added pages title to projects, home and settings page

pull/3/head
TZGyn 2 years ago
parent f9e6faef18
commit 98f3e0e619
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -8,6 +8,10 @@
export let data: PageData export let data: PageData
</script> </script>
<svelte:head>
<title>Home</title>
</svelte:head>
<div class="flex flex-col gap-4 px-10 py-8"> <div class="flex flex-col gap-4 px-10 py-8">
<h2 class="text-2xl font-bold tracking-tight">Projects</h2> <h2 class="text-2xl font-bold tracking-tight">Projects</h2>
<Separator class="" /> <Separator class="" />

@ -35,6 +35,10 @@
} }
</script> </script>
<svelte:head>
<title>Projects</title>
</svelte:head>
<div class="flex items-center justify-start p-4"> <div class="flex items-center justify-start p-4">
<Dialog.Root bind:open={dialogOpen}> <Dialog.Root bind:open={dialogOpen}>
<Dialog.Trigger <Dialog.Trigger

@ -15,6 +15,10 @@
] ]
</script> </script>
<svelte:head>
<title>Settings</title>
</svelte:head>
<div class="flex h-auto flex-col overflow-hidden p-10"> <div class="flex h-auto flex-col overflow-hidden p-10">
<div class="space-y-0.5"> <div class="space-y-0.5">
<h2 class="text-2xl font-bold tracking-tight">Settings</h2> <h2 class="text-2xl font-bold tracking-tight">Settings</h2>

Loading…
Cancel
Save