[Glitch] fix: Fix outdated icon in notifications permissions banner

Port 9576434d47 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion
2025-06-26 15:25:12 +02:00
committed by Claire
parent 7b98298f85
commit f21c92bb45
3 changed files with 75 additions and 54 deletions

View File

@@ -18,7 +18,7 @@ import { useIdentity } from 'flavours/glitch/identity_context';
import { useAppHistory } from './router';
const messages = defineMessages({
export const messages = defineMessages({
show: { id: 'column_header.show_settings', defaultMessage: 'Show settings' },
hide: { id: 'column_header.hide_settings', defaultMessage: 'Hide settings' },
moveLeft: {