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

A bit of cleanup

parent a170a8c1
No related branches found
No related tags found
1 merge request!86planning#1203: Standards
...@@ -2,13 +2,10 @@ import Link from 'next/link' ...@@ -2,13 +2,10 @@ import Link from 'next/link'
import useBasePath from 'shared/use-base-path' import useBasePath from 'shared/use-base-path'
export default () => { export default () => {
const basePath = useBasePath()
const homeUrl = basePath + '/standards'
console.log('basePath:' + basePath)
{/*folgenden Teil des Codes habe ich von ChatGPT schreiben lassen: */} /* folgenden Teil des Codes habe ich von ChatGPT schreiben lassen: */
return ( return (
<div className="bg-gray-200 text-black h-20 px-4 py-2 shadow shadow-gray-500/50 flex items-center"> <div className="bg-gray-200 text-black h-20 px-4 py-2 shadow shadow-gray-500/50 flex items-center">
<div className="flex items-center space-x-4"> <div className="flex items-center space-x-4">
...@@ -27,6 +24,6 @@ export default () => { ...@@ -27,6 +24,6 @@ export default () => {
<a href="mailto:it-standards@fitko.de" className="hover:text-white">Kontakt</a> <a href="mailto:it-standards@fitko.de" className="hover:text-white">Kontakt</a>
</div> </div>
</div> </div>
</div> </div>
) )
} }
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