From 524944a7c30c987d4bc0ade9f7448856ed027500 Mon Sep 17 00:00:00 2001 From: Anton Date: Wed, 4 Oct 2023 17:57:37 +0200 Subject: [PATCH] updated sidebar --- src/routes/sidebar.tsx | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) 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