Skip to content

Commit

Permalink
nav mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
sanghoonio committed Sep 16, 2024
1 parent f2b9d50 commit 9a4cc94
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions web/src/components/layout/nav/nav-mobile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,26 +85,26 @@ export const MobileNav = () => {
<Dropdown.Divider />
</Fragment>
)}
<Dropdown.Item href="https://github.com/pepkit/pephub">
<i className="bi bi-github me-2" />
GitHub
<Dropdown.Item href="/search">
<i className="bi bi-search me-2" />
Search
</Dropdown.Item>
<Dropdown.Item href="/schemas">
<i className="bi bi-file-earmark-check me-2" />
Schemas
<Dropdown.Item href="/browse">
<i className="bi bi-globe2 me-2" />
Browse
</Dropdown.Item>
<Dropdown.Item href="/validate">
<i className="bi bi-check-circle me-2" />
Validation
</Dropdown.Item>
<Dropdown.Item href="/search">
<i className="bi bi-search me-2" />
Search
</Dropdown.Item>
<Dropdown.Item href="/about">
<i className="bi bi-info-circle me-2" />
<i className="bi bi-file-earmark-text me-2" />
Docs
</Dropdown.Item>
<Dropdown.Item href="https://github.com/pepkit/pephub">
<i className="bi bi-github me-2" />
GitHub
</Dropdown.Item>
<Dropdown.Divider />
<Dropdown.Item as="a" href="https://github.com/pepkit/pephub/discussions" target="_blank" rel="noopener noreferrer">
{/*<i className="bi bi-pencil-square me-1"></i>*/}
Expand Down

0 comments on commit 9a4cc94

Please sign in to comment.