Update Navbar links and auto redirect on dispatch

This commit is contained in:
nocnico
2025-04-25 22:53:06 +02:00
parent ef93275d9c
commit f64cd84b7e
4 changed files with 39 additions and 11 deletions

View File

@@ -75,7 +75,10 @@ export const HorizontalNav = () => (
<div className="flex items-center ml-auto">
<ul className="flex space-x-2 px-1">
<li>
<Link href="/">
<Link
href={process.env.NEXT_PUBLIC_DISPATCH_URL || "#!"}
rel="noopener noreferrer"
>
<button className="btn btn-sm btn-outline btn-primary">
Zur Leitstelle
</button>