add correct header to team and faq pages
All checks were successful
delpoy / build-and-deploy (push) Successful in 1m26s

This commit is contained in:
bytedream 2024-10-30 02:17:20 +01:00
parent f930deaba8
commit 937464d681
2 changed files with 5 additions and 1 deletions

View File

@ -180,6 +180,10 @@ sind nicht gestattet.</p>`
];
</script>
<svelte:head>
<title>Craftattack - FAQ</title>
</svelte:head>
<h1 class="text-3xl lg:text-5xl mb-16 text-center">FAQ</h1>
<div class="flex flex-row gap-10">
{#each faq as questions}

View File

@ -38,7 +38,7 @@
</script>
<svelte:head>
<title>Team</title>
<title>Craftattack - Team</title>
</svelte:head>
<h1 class="text-3xl lg:text-5xl mb-4">Das Team</h1>