From 9cf2c50d017b6611119ce27c31e53afd0c2ccdcf Mon Sep 17 00:00:00 2001 From: cami Date: Thu, 22 Jul 2021 17:10:35 +0200 Subject: [PATCH] Added study button --- frontend/src/components/Navbar.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/components/Navbar.js b/frontend/src/components/Navbar.js index 7c542d9..a30ce29 100644 --- a/frontend/src/components/Navbar.js +++ b/frontend/src/components/Navbar.js @@ -44,6 +44,11 @@ function Navbar() { Startseite +
  • + + Studie + +
  • Über -- 2.43.4