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, },