mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-09 07:34:55 -04:00
Add missing space after bookmark icon in search filter button
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user