Skip to content

Commit

Permalink
Link to docs in header
Browse files Browse the repository at this point in the history
Addresses one concern in #37
  • Loading branch information
logseq-cldwalker committed Jul 26, 2024
1 parent a5d9028 commit 1c64c37
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/components/Headbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,18 @@ export function Headbar() {

const rightLinks = [
{
label: 'Jobs',
link: 'https://blog.logseq.com/jobs',
label: 'Community Hub',
link: 'https://hub.logseq.com',
icon: <ArrowSquareOut size={15} weight={'bold'}/>,
},
{
label: 'Community Hub',
link: 'https://hub.logseq.com',
label: 'Docs',
link: 'https://docs.logseq.com/',
icon: <ArrowSquareOut size={15} weight={'bold'}/>,
},
{
label: 'Jobs',
link: 'https://blog.logseq.com/jobs',
icon: <ArrowSquareOut size={15} weight={'bold'}/>,
},
{
Expand Down

0 comments on commit 1c64c37

Please sign in to comment.