Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Blog link in navmenu
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Apr 2, 2024
1 parent 5be7230 commit 455fc3a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/NavMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
DesktopOutlined,
FireTwoTone,
StarOutlined,
BranchesOutlined,
} from '@ant-design/icons';
import type { MenuProps } from 'antd';
import Icon from '@ant-design/icons';
Expand Down Expand Up @@ -81,6 +82,15 @@ export default function NavMenu() {
key: 'downloads',
icon: <DesktopOutlined />,
},
{
label: (
<a href="https://blog.khoj.dev">
Blog
</a>
),
key: 'blog',
icon: <BranchesOutlined />,
},
{
label: (
<a href={DISCORD_LINK} target="_blank">
Expand Down

0 comments on commit 455fc3a

Please sign in to comment.