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

Renamed Navigationheader to NavigationHeader

parent b33901ad
No related branches found
No related tags found
1 merge request!86planning#1203: Standards
Pipeline #56503 waiting for manual action
......@@ -9,6 +9,8 @@ export default () => {
const pathSegments = currentPath.split('/') // Pfad in Segmente aufteilen
const rootFolder = '/' + pathSegments[1] + '/' + pathSegments[2] + (pathSegments[2] != '' ? '/' : '')
console.log(rootFolder)
/* folgenden Teil des Codes habe ich von ChatGPT schreiben lassen: */
return (
<div className="bg-gray-200 text-black h-20 px-4 py-2 shadow shadow-gray-500/50 flex items-center">
......
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