Skip to content

Commit

Permalink
Merge pull request #40 from EpicsDAO/update/icons
Browse files Browse the repository at this point in the history
update icons
  • Loading branch information
KishiTheMechanic authored Feb 8, 2024
2 parents bf24d52 + 39e2cf2 commit ffa7921
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/config/navs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ import {
ChartBarIcon,
CircleStackIcon,
ArrowPathIcon,
PresentationChartLineIcon,
AcademicCapIcon,
ShareIcon,
} from '@heroicons/react/24/outline'

export const defaultMainNav = [
Expand Down Expand Up @@ -97,7 +100,7 @@ export const docMenuNav = [
{
name: 'doc:menuNav.tutorial.chapter1',
href: '/doc/tutorial/chapter1/',
icon: CogIcon,
icon: AcademicCapIcon,
},
{
name: 'doc:menuNav.tutorial.chapter2',
Expand All @@ -112,12 +115,12 @@ export const docMenuNav = [
{
name: 'doc:menuNav.tutorial.chapter4',
href: '/doc/tutorial/chapter4/',
icon: ChartBarIcon,
icon: PresentationChartLineIcon,
},
{
name: 'doc:menuNav.tutorial.chapter5',
href: '/doc/tutorial/chapter5/',
icon: ChartBarIcon,
icon: ShareIcon,
},
],
},
Expand Down

0 comments on commit ffa7921

Please sign in to comment.