diff --git a/features/common/components/shared.templ b/features/common/components/shared.templ index 0f92101..d310227 100644 --- a/features/common/components/shared.templ +++ b/features/common/components/shared.templ @@ -51,7 +51,8 @@ templ NicknamePrompt(returnPath string) { // LiveClock shows the current server time, updated with each SSE patch. // If the clock stops updating, users know the connection is stale. templ LiveClock() { -
+
+
{ time.Now().Format("15:04:05") }
}