clickable logo
This commit is contained in:
parent
c9597d4e2d
commit
d4d5b38724
|
@ -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" */}
|
||||||
|
|
Reference in New Issue