Skip to content

Commit

Permalink
Added the link to sos app
Browse files Browse the repository at this point in the history
  • Loading branch information
mashrin committed Jul 13, 2022
1 parent 60c1003 commit 89f7312
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions subsocial/components/layout/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ const links = [
{ href: '/notifications', icon: <Notification height="1.4rem" />, title: 'Notifications' },
{ href: '/messages', icon: <Envelope height="1.4rem" />, title: 'Messages' },
{ href: '/bookmarks', icon: <Bookmark height="1.4rem" />, title: 'Bookmarks' },
{ href: '/lists', icon: <List height="1.4rem" />, title: 'List' },
// { href: '/profile', icon: <Profile height="1.4rem" />, title: 'Profile' },
{ href: 'https://mashrin.github.io/covid19-resources/app/index.html', icon: <List height="1.4rem" />, title: 'SOS Help' },
{ href: 'https://twitter.com/sri_mash', icon: <Profile height="1.4rem" />, title: 'Profile' },
];

Expand Down

0 comments on commit 89f7312

Please sign in to comment.