diff --git a/src/routes/sidebar.tsx b/src/routes/sidebar.tsx
index 5ad79dde..97814c77 100644
--- a/src/routes/sidebar.tsx
+++ b/src/routes/sidebar.tsx
@@ -22,11 +22,7 @@ export const routes = [
name: 'People', // name that appear in Sidebar
}, */,
- {
- path: '/concept', // url
- icon: , // icon component
- name: 'Concept', // name that appear in Sidebar
- },
+
/*
@@ -53,4 +49,20 @@ export const routes = [
]
}
*/
+]
+
+export const bottomRoutes = [
+
+
+ {
+ path: '/concept', // url
+ icon: , // icon component
+ name: 'Concept', // name that appear in Sidebar
+ },
+ {
+ path: 'https://github.com/utopia-os/utopia-game', // url
+ icon: ,
+ name: 'Github', // name that appear in Sidebar
+ }
+
]
\ No newline at end of file