diff --git a/main.go b/main.go index 3325cd3..0f215b9 100644 --- a/main.go +++ b/main.go @@ -40,7 +40,8 @@ func initPaths() { var categories = []string{ "taxes", "bills", "medical", "insurance", "legal", - "financial", "expenses", "vehicles", "home", "personal", "contacts", "uncategorized", + "financial", "expenses", "vehicles", "home", "personal", "contacts", + "inou", "sophia", "uncategorized", } func main() { @@ -137,6 +138,8 @@ func categoryIcon(cat string) string { "home": "🏠", "personal": "👤", "contacts": "📇", + "inou": "🏢", + "sophia": "👧", "uncategorized": "📁", } if icon, ok := icons[cat]; ok { diff --git a/templates/dashboard.html b/templates/dashboard.html index d10134f..0e3408c 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -90,7 +90,7 @@ -
{{if .Date}}{{.Date}}{{else}}{{formatDate .ProcessedAt}}{{end}}
+{{formatDate .ProcessedAt}}