Skip to content

Commit 8a19529

Browse files
fix(app): added link to docs
1 parent 5bfee6f commit 8a19529

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/utils/appsMenu/appsMenu.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import nebulaIcon from 'images/temple/nebula.png';
22
import teleport from 'images/temple/teleport.png';
33
import hfr from 'images/temple/hfr.png';
4-
import temple from 'images/temple/temple.png';
54
import robot from 'images/temple/robot.png';
65
import shpere from 'images/temple/shpere.png';
76
import senate from 'images/temple/senate.png';
@@ -65,7 +64,12 @@ const getMenuItems = () => {
6564
{ name: 'Libs', to: '/libs', icon: require('./images/database.png') },
6665
],
6766
},
68-
{ name: 'Temple', to: routes.temple.path, subItems: [], icon: temple },
67+
{
68+
name: 'Docs',
69+
to: 'https://docs.cyb.ai',
70+
subItems: [],
71+
icon: require('images/temple/autonomous-semantic-programs.png'),
72+
},
6973
{ name: 'Nebula', to: '/nebula', subItems: [], icon: nebulaIcon },
7074
{
7175
name: 'Teleport',

0 commit comments

Comments
 (0)