Skip to content

Commit

Permalink
feat(ui): update mobile-menu items order and use Link on Sitemap it…
Browse files Browse the repository at this point in the history
…em instead of `OutLink`
  • Loading branch information
mateusfg7 committed Aug 2, 2023
1 parent 68c9b49 commit b50f5da
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/app/components/header/mobile-menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export function MobileMenu() {
<Link title="Blog" icon={Note} href="/blog" />
<Link title="Projects" icon={Briefcase} href="/projects" />
<Link title="About" icon={User} href="/about" />
<Link title="Sitemap" icon={TreeStructure} href="/sitemap" />
<Search />
<OutLink
title="License"
Expand All @@ -127,12 +128,6 @@ export function MobileMenu() {
rel="noreferrer"
href="/blog/feed"
/>
<OutLink
title="Sitemap"
icon={TreeStructure}
rel="noreferrer"
href="/sitemap"
/>

<ToggleTheme />
</div>
Expand Down

0 comments on commit b50f5da

Please sign in to comment.