diff options
Diffstat (limited to 'internal/handlers/handlers.go')
| -rw-r--r-- | internal/handlers/handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handlers/handlers.go b/internal/handlers/handlers.go index 4d38f72..366402e 100644 --- a/internal/handlers/handlers.go +++ b/internal/handlers/handlers.go @@ -1046,7 +1046,7 @@ func (h *Handler) HandleTabPlanning(w http.ResponseWriter, r *http.Request) { End: event.End, URL: event.HTMLLink, Source: "calendar", - SourceIcon: "📅", + SourceIcon: "🗓️", } if event.Start.Before(tomorrow) { |
