From 7ede81fe5fbfc8a479820c3d88209c942985e7ca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A2u=20Cao?=
Date: Wed, 19 Aug 2026 11:52:50 -0600
Subject: [PATCH] Add hint to empty contributions list
---
app/components/contributions-timeline.gjs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app/components/contributions-timeline.gjs b/app/components/contributions-timeline.gjs
index 6471ebd..ecc2eff 100644
--- a/app/components/contributions-timeline.gjs
+++ b/app/components/contributions-timeline.gjs
@@ -32,7 +32,8 @@ import restoreScroll from '../modifiers/restore-scroll';
Connect your Nostr account to see your contributions.
{{else if (not @items.length)}}
- No contributions yet.
+ No contributions yet. Start by adding photos to
+ places.
{{else}}
{{#each @items as |item|}}