Skip to content
Snippets Groups Projects
Commit d93551a4 authored by Jürgen Voskuhl's avatar Jürgen Voskuhl
Browse files

Home link works on whole logo now

parent 73c373da
No related branches found
No related tags found
1 merge request!86planning#1203: Standards
Pipeline #56202 waiting for manual action
......@@ -10,11 +10,13 @@ export default () => {
<div className="flex items-center space-x-4">
{/* Platzhalter für das Logo */}
<div className="h-10 w-48 bg-gray-300 mr-8 leading-9 text-center hover:text-white">
<Link href={'/standards/'} passHref legacyBehavior>
<a>Logo</a>
</Link>
</div>
<Link href={'/standards/'} passHref legacyBehavior>
<a>
<div className="h-10 w-48 bg-gray-300 mr-8 leading-9 text-center hover:text-white">
Logo
</div>
</a>
</Link>
{/* Links */}
<div className="space-x-6 flex items-center font-medium text-sm">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment