Skip to content

Commit

Permalink
weird lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
buddy-web3 committed Apr 30, 2024
1 parent 50aadba commit 7a92553
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/components/Nav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ export const Nav = ({toc, categories}: NavProps) => {
/>
<ArticlesDropdown toc={toc} categories={categories || []} />
<MenuItem
primary={true}
link="https://chat.aisafety.info"
icon={<BotIcon />}
text="Stampy chatbot"
primary={true}
link="https://chat.aisafety.info"
icon={<BotIcon />}
text="Stampy chatbot"
/>
<li className="top-menu-item">
<div className="top-menu-divider"></div>
Expand Down

0 comments on commit 7a92553

Please sign in to comment.