testem
This commit is contained in:
@@ -1 +1,11 @@
|
||||
<?php // TODO
|
||||
<?php
|
||||
$activePage = $activePage ?? '';
|
||||
?>
|
||||
<header class="bg-white/80 backdrop-blur border-b border-slate-200">
|
||||
<div class="max-w-6xl mx-auto px-4 py-3 flex items-center justify-between">
|
||||
<div class="text-sm font-semibold text-slate-800">3D-Druck Materialmatrix</div>
|
||||
<nav class="text-xs text-slate-500">
|
||||
<span class="<?= $activePage === 'dashboard' ? 'text-slate-900 font-semibold' : '' ?>">Dashboard</span>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user