Skip to content

Commit

Permalink
chore: type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlen9 committed Sep 30, 2024
1 parent 91225e9 commit fcc6b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/common/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function Sidebar(props: TSidebarProps): ReactElement {
href={tab.route === '/' ? tab.route : `/home/${tab.route}`}
key={tab.route}>
<div className={'flex size-6 items-center justify-center'}>
{iconsDict[tab.route as '/' | 'apps' | 'vaults' | 'yearn-x' | 'integrations']}
{iconsDict[tab.route as '/' | 'community-apps' | 'vaults' | 'yearn-x' | 'integrations']}
</div>
<p>{tab.title}</p>
</Link>
Expand Down

0 comments on commit fcc6b09

Please sign in to comment.