clickable logo

This commit is contained in:
Karol Wypchlo 2021-02-20 17:22:39 +01:00
parent c9597d4e2d
commit d4d5b38724
1 changed files with 23 additions and 21 deletions

View File

@ -33,7 +33,8 @@ export default function Layout({ title, children }) {
<div className="border-b border-gray-700"> <div className="border-b border-gray-700">
<div className="flex items-center justify-between h-16 px-4 sm:px-0"> <div className="flex items-center justify-between h-16 px-4 sm:px-0">
<div className="flex items-center"> <div className="flex items-center">
<div className="flex-shrink-0"> <Link href="/">
<a className="flex-shrink-0">
<svg <svg
viewBox="19.88800048828125 37.1175193787 132.07760620117188 132.07760620117188" viewBox="19.88800048828125 37.1175193787 132.07760620117188 132.07760620117188"
width={33} width={33}
@ -53,7 +54,8 @@ export default function Layout({ title, children }) {
style={{ fill: "rgb(88, 181, 96)" }} style={{ fill: "rgb(88, 181, 96)" }}
/> />
</svg> </svg>
</div> </a>
</Link>
<div className="hidden md:block"> <div className="hidden md:block">
<div className="ml-10 flex items-baseline space-x-4"> <div className="ml-10 flex items-baseline space-x-4">
{/* Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-gray-700 hover:text-white" */} {/* Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-gray-700 hover:text-white" */}