Remove footer

This commit is contained in:
Mikkel Svartveit 2025-11-28 09:49:36 +01:00
parent 332e1dea33
commit 68b82b30d8

View file

@ -86,23 +86,3 @@ const latestArticleImage = latestArticle.data.image;
</a> </a>
</BaseLayout> </BaseLayout>
<footer class="mt-20 mb-8 flex w-full justify-center">
<p class="text-xs text-gray-500">
Built with
<a
class="inline-block underline underline-offset-1 hover:text-gray-400"
href="https://astro.build/"
target="_blank"
>
Astro
</a>
and
<a
class="inline-block underline underline-offset-1 hover:text-gray-400"
href="https://tailwindcss.com/"
target="_blank"
>
Tailwind CSS
</a>.
</p>
</footer>