Compare commits

...
1 Commits
Author SHA1 Message Date
Laan Tungir 313a55992f Change Nutzap button label from peanut emoji to text 'Nutzap' 2026-06-25 21:18:47 -04:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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' }
};
/**
+3 -3
View File
@@ -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"
}