refactor: update code formatting with prettier

This commit is contained in:
satnaing
2024-01-22 11:46:58 +06:30
parent bdd0a793fc
commit a7abab4372
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import LinkButton from "@components/LinkButton.astro";
<p>Page Not Found</p>
<LinkButton
href="/"
className="my-6 underline decoration-dashed underline-offset-8 text-lg"
className="my-6 text-lg underline decoration-dashed underline-offset-8"
>
Go back home
</LinkButton>