Skip to content

Commit 860febc

Browse files
ENG-1119 - Change add icon to settings icon (#580)
* Refactor: Change 'plus' icon to 'cog' in LeftSidebarView Co-authored-by: mclicks <mclicks@gmail.com> * Refactor: Use 'settings' icon instead of 'cog' Co-authored-by: mclicks <mclicks@gmail.com> * Refactor: Update settings icon size in LeftSidebarView for consistency --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent 0795824 commit 860febc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/roam/src/components/LeftSidebarView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ const FavoritesPopover = ({ onloadArgs }: { onloadArgs: OnloadArgs }) => {
387387
}
388388
>
389389
<span ref={menuTriggerRef} className="sidebar-title-button-add p-1">
390-
<Icon icon="plus" iconSize={14} />
390+
<Icon icon="settings" size={14} />
391391
</span>
392392
</Popover>
393393
</div>

0 commit comments

Comments
 (0)