From 313a55992f0eb5fc90c11056004a6b5ae16ba05d Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Thu, 25 Jun 2026 21:18:47 -0400 Subject: [PATCH] Change Nutzap button label from peanut emoji to text 'Nutzap' --- www/js/post-interactions.mjs | 2 +- www/js/version.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/js/post-interactions.mjs b/www/js/post-interactions.mjs index d58c249..621b2cb 100644 --- a/www/js/post-interactions.mjs +++ b/www/js/post-interactions.mjs @@ -882,7 +882,7 @@ const ICON_LABELS = { comment: { label: 'Comment', activeLabel: 'Comment' }, quote: { label: 'Quote', activeLabel: 'Quote' }, zap: { label: 'Zap', activeLabel: 'Zap' }, - nutzap: { label: '🥜', activeLabel: '🥜' } + nutzap: { label: 'Nutzap', activeLabel: 'Nutzap' } }; /** diff --git a/www/js/version.json b/www/js/version.json index 81b4bb1..3a11795 100644 --- a/www/js/version.json +++ b/www/js/version.json @@ -1,5 +1,5 @@ { - "VERSION": "v0.7.34", - "VERSION_NUMBER": "0.7.34", - "BUILD_DATE": "2026-06-26T01:13:55.033Z" + "VERSION": "v0.7.35", + "VERSION_NUMBER": "0.7.35", + "BUILD_DATE": "2026-06-26T01:18:47.392Z" }