Skip to content

Commit

Permalink
changes the examples icon (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylwiavargas committed Jun 11, 2024
1 parent ba1f120 commit 65ebde0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions shared/Docs/navigationStructure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
LifebuoyIcon,
PlayIcon,
QuestionMarkCircleIcon,
LightBulbIcon,
} from "@heroicons/react/24/outline";
import GoIcon from "src/shared/Icons/Go";
import GuideIcon from "src/shared/Icons/Guide";
Expand Down Expand Up @@ -980,7 +981,7 @@ export const menuTabs = [
},
{
title: "Examples",
icon: CogIcon,
icon: LightBulbIcon,
href: "/docs/examples",
matcher: matchers.examples,
},
Expand Down Expand Up @@ -1014,7 +1015,7 @@ export const topLevelNav = [
},
{
title: "Examples",
icon: CogIcon,
icon: LightBulbIcon,
href: "/docs/examples",
matcher: matchers.examples,
sectionLinks: sectionExamples,
Expand Down

0 comments on commit 65ebde0

Please sign in to comment.