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" }