Add missing space after bookmark icon in search filter button

This commit is contained in:
MartinBraquet
2026-04-30 22:01:32 +02:00
parent 28a93ab35c
commit 07f1e1ba16

View File

@@ -235,7 +235,7 @@ export const Search = forwardRef<
color={'none'}
className={'text-white bg-primary-500 hover:bg-primary-400 rounded-xl'}
>
🔔
🔔{' '}
{bookmarked
? t('common.saved', 'Saved!')
: loadingBookmark