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

Commit 455fc3a

Browse files
committed
Blog link in navmenu
1 parent 5be7230 commit 455fc3a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/NavMenu.tsx

+10
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
DesktopOutlined,
1010
FireTwoTone,
1111
StarOutlined,
12+
BranchesOutlined,
1213
} from '@ant-design/icons';
1314
import type { MenuProps } from 'antd';
1415
import Icon from '@ant-design/icons';
@@ -81,6 +82,15 @@ export default function NavMenu() {
8182
key: 'downloads',
8283
icon: <DesktopOutlined />,
8384
},
85+
{
86+
label: (
87+
<a href="https://blog.khoj.dev">
88+
Blog
89+
</a>
90+
),
91+
key: 'blog',
92+
icon: <BranchesOutlined />,
93+
},
8494
{
8595
label: (
8696
<a href={DISCORD_LINK} target="_blank">

0 commit comments

Comments
 (0)