Skip to content

Commit 55a6e78

Browse files
updated links
1 parent 5f0a67a commit 55a6e78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Sidebar/SidebarView.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ const structure = [
3838
},
3939
{ id: 5, type: 'divider' },
4040
{ id: 6, type: 'title', label: 'HELP' },
41-
{ id: 7, label: 'Library', link: '', icon: <LibraryIcon /> },
42-
{ id: 8, label: 'Support', link: '', icon: <SupportIcon /> },
43-
{ id: 9, label: 'FAQ', link: '', icon: <FAQIcon />},
41+
{ id: 7, label: 'Library', link: 'https://flatlogic.com/templates', icon: <LibraryIcon /> },
42+
{ id: 8, label: 'Support', link: 'https://flatlogic.com/forum/', icon: <SupportIcon /> },
43+
{ id: 9, label: 'FAQ', link: 'https://flatlogic.com/forum/', icon: <FAQIcon />},
4444
{ id: 10, type: 'divider' },
4545
{ id: 11, type: 'title', label: 'PROJECTS' },
4646
{ id: 12, label: 'My recent', link: '', icon: <Dot size="small" color="secondary" /> },

0 commit comments

Comments
 (0)