We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0a67a commit 55a6e78Copy full SHA for 55a6e78
src/components/Sidebar/SidebarView.js
@@ -38,9 +38,9 @@ const structure = [
38
},
39
{ id: 5, type: 'divider' },
40
{ 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 />},
+ { id: 7, label: 'Library', link: 'https://flatlogic.com/templates', icon: <LibraryIcon /> },
+ { id: 8, label: 'Support', link: 'https://flatlogic.com/forum/', icon: <SupportIcon /> },
+ { id: 9, label: 'FAQ', link: 'https://flatlogic.com/forum/', icon: <FAQIcon />},
44
{ id: 10, type: 'divider' },
45
{ id: 11, type: 'title', label: 'PROJECTS' },
46
{ id: 12, label: 'My recent', link: '', icon: <Dot size="small" color="secondary" /> },
0 commit comments