feat: dark mode switch and svg logo

This commit is contained in:
Itsigo
2024-04-15 17:27:44 +02:00
parent b0b9af408f
commit dd548e36a3
8 changed files with 282 additions and 43 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/itsig0/tallytome
go 1.22.1
require (
github.com/a-h/templ v0.2.598
github.com/a-h/templ v0.2.663
github.com/gofiber/fiber/v3 v3.0.0-beta.2
)