Make new favicon into a homepage link

related to #360
This commit is contained in:
Kurt Hutten
2021-06-12 19:24:42 +10:00
parent 3c18a24cb6
commit 6b4ff7aa61

View File

@@ -1,10 +1,13 @@
import { Link, routes } from '@redwoodjs/router'
import Svg from 'src/components/Svg/Svg'
const IdeSideBar = () => {
return (
<div className="h-full flex flex-col justify-between">
<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>
<button className=" text-gray-300 p-2 pb-4 flex justify-center" aria-label="IDE settings">
<Svg name="big-gear" />