add correct header to team and faq pages
All checks were successful
delpoy / build-and-deploy (push) Successful in 1m26s
All checks were successful
delpoy / build-and-deploy (push) Successful in 1m26s
This commit is contained in:
parent
f930deaba8
commit
937464d681
@ -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}
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user