mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
fix include path (#32)
This commit is contained in:
parent
8863f848d6
commit
638630404f
@ -51,13 +51,13 @@ export const getBottomRoutes = (currentUrl: string) => {
|
|||||||
bottomRoutes.push(
|
bottomRoutes.push(
|
||||||
{
|
{
|
||||||
path: 'https://github.com/utopia-os/utopia-ui', // url
|
path: 'https://github.com/utopia-os/utopia-ui', // url
|
||||||
icon: <SVG src='github.svg' className='w-6 h-6' />,
|
icon: <SVG src='/github.svg' className='w-6 h-6' />,
|
||||||
name: 'GitHub', // name that appear in Sidebar
|
name: 'GitHub', // name that appear in Sidebar
|
||||||
blank: true,
|
blank: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'https://opencollective.com/utopia-project', // url
|
path: 'https://opencollective.com/utopia-project', // url
|
||||||
icon: <SVG src='opencollective.svg' className='w-6 h-6' />,
|
icon: <SVG src='/opencollective.svg' className='w-6 h-6' />,
|
||||||
name: 'Open Collective', // name that appear in Sidebar
|
name: 'Open Collective', // name that appear in Sidebar
|
||||||
blank: true,
|
blank: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user