add correct header to team and faq pages

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
src/routes

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

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