From 638630404f339ea7807de3f46b4a2a16fa49872c Mon Sep 17 00:00:00 2001 From: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> Date: Thu, 20 Mar 2025 00:54:07 +0000 Subject: [PATCH] fix include path (#32) --- src/routes/sidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/sidebar.tsx b/src/routes/sidebar.tsx index bce5efae..672c100a 100644 --- a/src/routes/sidebar.tsx +++ b/src/routes/sidebar.tsx @@ -51,13 +51,13 @@ export const getBottomRoutes = (currentUrl: string) => { bottomRoutes.push( { path: 'https://github.com/utopia-os/utopia-ui', // url - icon: , + icon: , name: 'GitHub', // name that appear in Sidebar blank: true, }, { path: 'https://opencollective.com/utopia-project', // url - icon: , + icon: , name: 'Open Collective', // name that appear in Sidebar blank: true, },