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> <p>Page Not Found</p>
<LinkButton <LinkButton
href="/" 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 Go back home
</LinkButton> </LinkButton>
+3 -3
View File
@@ -11,7 +11,7 @@
"@layouts/*": ["layouts/*"], "@layouts/*": ["layouts/*"],
"@pages/*": ["pages/*"], "@pages/*": ["pages/*"],
"@styles/*": ["styles/*"], "@styles/*": ["styles/*"],
"@utils/*": ["utils/*"] "@utils/*": ["utils/*"],
} },
} },
} }