Skip to content

Commit

Permalink
proper link to chat
Browse files Browse the repository at this point in the history
  • Loading branch information
mruwnik committed May 3, 2024
1 parent dced17c commit cacd43a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/components/Nav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@ export const Nav = ({toc, categories}: NavProps) => {
id="showArticles"
/>
<ArticlesDropdown toc={toc} categories={categories || []} />
<MenuItem
primary={true}
link="https://chat.aisafety.info"
icon={<BotIcon />}
text="Stampy chatbot"
/>
<MenuItem primary={true} link="/chat/" icon={<BotIcon />} text="Stampy chatbot" />
<li className="top-menu-item">
<div className="top-menu-divider"></div>
</li>
Expand Down

0 comments on commit cacd43a

Please sign in to comment.