From d5fc4be7e8bb3d447703d28fe1babe83d2ca7428 Mon Sep 17 00:00:00 2001 From: juancwu Date: Fri, 24 Apr 2026 00:51:06 +0000 Subject: [PATCH] refactor: change spaces page header greeting with generic greeting --- internal/ui/pages/spaces.templ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui/pages/spaces.templ b/internal/ui/pages/spaces.templ index 88fa1f0..4331fbc 100644 --- a/internal/ui/pages/spaces.templ +++ b/internal/ui/pages/spaces.templ @@ -27,7 +27,7 @@ templ Spaces(spaces []blocks.SpaceCardInfo, totalBalance decimal.Decimal) {

My Spaces

-

Good Evening, { displayName }

+

Hello, { displayName }

if len(spaces) == 0 {

Create a space to start tracking your expenses.

} else {