Skip to content

Commit 1c64c37

Browse files
Link to docs in header
Addresses one concern in #37
1 parent a5d9028 commit 1c64c37

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/components/Headbar.tsx

+9-4
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,18 @@ export function Headbar() {
101101

102102
const rightLinks = [
103103
{
104-
label: 'Jobs',
105-
link: 'https://blog.logseq.com/jobs',
104+
label: 'Community Hub',
105+
link: 'https://hub.logseq.com',
106106
icon: <ArrowSquareOut size={15} weight={'bold'}/>,
107107
},
108108
{
109-
label: 'Community Hub',
110-
link: 'https://hub.logseq.com',
109+
label: 'Docs',
110+
link: 'https://docs.logseq.com/',
111+
icon: <ArrowSquareOut size={15} weight={'bold'}/>,
112+
},
113+
{
114+
label: 'Jobs',
115+
link: 'https://blog.logseq.com/jobs',
111116
icon: <ArrowSquareOut size={15} weight={'bold'}/>,
112117
},
113118
{

0 commit comments

Comments
 (0)