Skip to content

Commit

Permalink
[gh-NangoHQ#610] use icon from geist
Browse files Browse the repository at this point in the history
  • Loading branch information
khaliqgant committed May 1, 2023
1 parent 714cf55 commit f77f17c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions packages/webapp/public/images/activity-icon.svg

This file was deleted.

3 changes: 2 additions & 1 deletion packages/webapp/src/components/LeftNavBar.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Link } from 'react-router-dom';
import Activity from '@geist-ui/icons/activity'

export enum LeftNavBarItems {
Integrations = 0,
Expand Down Expand Up @@ -40,7 +41,7 @@ export default function LeftNavBar(props: LeftNavBarProps) {
props.selectedItem === LeftNavBarItems.Activity ? 'bg-gray-800' : 'hover:bg-gray-700'
}`}
>
<img className="h-5 mr-3" src="/images/activity-icon.svg" alt="" />
<Activity className="h-5 mr-3" />
<p>Activity</p>
</Link>
<Link
Expand Down

0 comments on commit f77f17c

Please sign in to comment.