diff --git a/src/components/BookmarkList.tsx b/src/components/BookmarkList.tsx index 1f51c957..8bab75b2 100644 --- a/src/components/BookmarkList.tsx +++ b/src/components/BookmarkList.tsx @@ -314,9 +314,7 @@ export const BookmarkList: React.FC = ({ variant="ghost" style={{ color: friendsColor }} /> - - {activeAccount && ( -
+ {activeAccount && ( = ({ ariaLabel={groupingMode === 'grouped' ? 'Switch to flat view' : 'Switch to grouped view'} variant="ghost" /> + )} +
+ {activeAccount && ( +
{onRefresh && ( = ({
)))} -
- +
+
+ navigate('/support')} + title="Support Boris" + ariaLabel="Support" + variant="ghost" + style={{ color: 'rgb(251 146 60)' }} + /> + +
+
+
)