diff --git a/views/it-standards/Navigationheader.tsx b/views/it-standards/Navigationheader.tsx index 904cd82fff400df304f30fc750977feec68e5380..5bc8fdbf5758bdbfe5d9e54ef19b2ab5fbe5d938 100644 --- a/views/it-standards/Navigationheader.tsx +++ b/views/it-standards/Navigationheader.tsx @@ -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">