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