Merge branch 'master' into import

This commit is contained in:
2025-06-29 22:29:08 -05:00

View File

@ -13,7 +13,7 @@ export default function Error404() {
The page you were looking for doesn't exist!
</p>
<a
href="/"
href={`${Deno.env.get("BASE_URI_WEB")}/`}
class="text-[#cdd6f4] transition-all duration-300 ease-in-out hover:text-[#cba6f7] hover:drop-shadow-[0_0_20px_rgba(96,165,250,0.7)] hover:scale-110 cursor-pointer"
>
Go back home