added source code button

This commit is contained in:
2025-08-21 18:53:33 +02:00
parent 79df00a17e
commit 7faf95188d

View File

@@ -28,6 +28,11 @@ const Header: React.FC<HeaderProps> = ({ onLogout }) => {
Hilfe
</button>
</a>
<a href="https://git.the1s.de/Matthias-Claudius-Schule/borrow-system">
<button className="h-9 px-3 rounded-md border border-slate-300 text-slate-700 hover:bg-slate-100 transition">
Source Code
</button>
</a>
</div>
</header>
);