added help section
This commit is contained in:
0
Docs/HELP.md
Normal file
0
Docs/HELP.md
Normal 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>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user