From 331b6aa6309b47ce7ba23fffe97fcf65422a5bee Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 9 Mar 2024 14:50:55 +0100 Subject: [PATCH] Cleaned up the Navigation.jsx component --- web/src/common/components/Navigation/Navigation.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/common/components/Navigation/Navigation.jsx b/web/src/common/components/Navigation/Navigation.jsx index d7cbbef3..72affd80 100644 --- a/web/src/common/components/Navigation/Navigation.jsx +++ b/web/src/common/components/Navigation/Navigation.jsx @@ -1,7 +1,7 @@ import "./styles.sass"; import Logo from "@/common/assets/logo192.png"; import Button from "@/common/components/Button"; -import {faBars, faBarsStaggered, faHeart, faX} from "@fortawesome/free-solid-svg-icons"; +import {faBars, faBarsStaggered, faHeart} from "@fortawesome/free-solid-svg-icons"; import {Link} from "react-router-dom"; import {FontAwesomeIcon} from "@fortawesome/react-fontawesome"; import {useEffect, useState} from "react";