mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
feat: navbar component implemented with conditional home link for tool pages
style needs to be adjusted!
This commit is contained in:
parent
10744e54e2
commit
b371742a00
2 changed files with 43 additions and 5 deletions
|
|
@ -1,7 +1,9 @@
|
|||
export default function Home() {
|
||||
return (
|
||||
<div className="bg-white w-screen h-screen">
|
||||
import Navbar from '../components/Navbar';
|
||||
|
||||
</div>
|
||||
export default function Home() {
|
||||
return (
|
||||
<div className="bg-black text-white font-noto">
|
||||
<Navbar renderHomeLink={false} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue