Update Navbar links and auto redirect on dispatch
This commit is contained in:
@@ -10,4 +10,5 @@ DISCORD_REDIRECT=
|
||||
MOODLE_PW=var-api-user-P1
|
||||
MOODLE_TOKEN=ac346f0324647b68488d13fd52a9bbe8
|
||||
NEXT_PUBLIC_MOODLE_URL=http://localhost:8081
|
||||
NEXT_PUBLIC_HUB_SERVER_URL=http://localhost:3003
|
||||
NEXT_PUBLIC_HUB_SERVER_URL=http://localhost:3003
|
||||
NEXT_PUBLIC_DISPATCH_URL=http://localhost:3001
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user