fix: Fix outdated icon in notifications permissions banner (#35193)

This commit is contained in:
diondiondion 2025-06-26 15:25:12 +02:00 committed by GitHub
commit 9576434d47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 75 additions and 54 deletions

View file

@ -18,7 +18,7 @@ import { useIdentity } from 'mastodon/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: {