add billing section links to the organization switcher and organization settings

This commit is contained in:
Gregor Vostrak
2024-04-16 00:26:50 +02:00
parent e4bf56d55d
commit 884cd10a34
7 changed files with 52 additions and 28 deletions

View File

@@ -16,10 +16,10 @@ defineProps<{
</script>
<template>
<AppLayout title="Team Settings">
<AppLayout title="Organization Settings">
<template #header>
<h2 class="font-semibold text-xl text-white leading-tight">
Team Settings
Organization Settings
</h2>
</template>