added help section

This commit is contained in:
2025-08-21 12:48:03 +02:00
parent 8f1d401aa1
commit a8377e5ec3
2 changed files with 5 additions and 0 deletions

0
Docs/HELP.md Normal file
View File

View File

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