Skip to content

Commit

Permalink
Removed link from navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob-SA committed Apr 29, 2024
1 parent 9989c02 commit ab18210
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/header/NavigationBar.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Link, useLocation } from "react-router-dom";
import { useLocation } from "react-router-dom";
import "./NavigationBar.css";
import { useEffect, useState } from "react";
import { Steps } from "../../steps";
Expand Down Expand Up @@ -48,9 +48,7 @@ export default function NavigationBar() {
</li>
<div className={decideClass(Steps.Delivery) + "divider"}></div>
<li className={decideClass(Steps.Confirmation)}>
<Link className="bubble" to="/confirmation">
Confirmation
</Link>
<p className="bubble">Confirmation</p>
</li>
</ul>
</nav>
Expand Down

0 comments on commit ab18210

Please sign in to comment.