Replace leaderboard cake icon with line go up
This commit is contained in:
parent
732a474cc9
commit
e0a40d4d24
|
@ -1,6 +1,5 @@
|
|||
import {
|
||||
HomeIcon,
|
||||
CakeIcon,
|
||||
SearchIcon,
|
||||
BookOpenIcon,
|
||||
DotsHorizontalIcon,
|
||||
|
@ -9,6 +8,7 @@ import {
|
|||
PresentationChartLineIcon,
|
||||
SparklesIcon,
|
||||
NewspaperIcon,
|
||||
TrendingUpIcon,
|
||||
} from '@heroicons/react/outline'
|
||||
import clsx from 'clsx'
|
||||
import Link from 'next/link'
|
||||
|
@ -91,7 +91,7 @@ const signedOutNavigation = [
|
|||
|
||||
const signedOutMobileNavigation = [
|
||||
{ name: 'Charity', href: '/charity', icon: HeartIcon },
|
||||
{ name: 'Leaderboards', href: '/leaderboards', icon: CakeIcon },
|
||||
{ name: 'Leaderboards', href: '/leaderboards', icon: TrendingUpIcon },
|
||||
{ name: 'Blog', href: 'https://news.manifold.markets', icon: NewspaperIcon },
|
||||
{
|
||||
name: 'Discord',
|
||||
|
|
Loading…
Reference in New Issue
Block a user