Tasks MR #2

Merged
wymiller merged 6 commits from import into master 2025-06-29 22:29:20 -05:00
34 changed files with 2267 additions and 341 deletions
Showing only changes of commit 9001c588a0 - Show all commits

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