@@ -1,10 +1,13 @@
|
|||||||
|
import { Link, routes } from '@redwoodjs/router'
|
||||||
import Svg from 'src/components/Svg/Svg'
|
import Svg from 'src/components/Svg/Svg'
|
||||||
|
|
||||||
const IdeSideBar = () => {
|
const IdeSideBar = () => {
|
||||||
return (
|
return (
|
||||||
<div className="h-full flex flex-col justify-between">
|
<div className="h-full flex flex-col justify-between">
|
||||||
<div className="w-16 h-16 flex items-center justify-center bg-gray-900">
|
<div className="w-16 h-16 flex items-center justify-center bg-gray-900">
|
||||||
<Svg className="w-12" name="favicon" />
|
<Link to={routes.home()}>
|
||||||
|
<Svg className="w-12" name="favicon" />
|
||||||
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
<button className=" text-gray-300 p-2 pb-4 flex justify-center" aria-label="IDE settings">
|
<button className=" text-gray-300 p-2 pb-4 flex justify-center" aria-label="IDE settings">
|
||||||
<Svg name="big-gear" />
|
<Svg name="big-gear" />
|
||||||
|
|||||||
Reference in New Issue
Block a user