From f4290a6daaf5bc0d6f2aca4f97d319fee47461d2 Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Mon, 26 Feb 2024 08:40:21 +0100 Subject: [PATCH] Make linter happy --- web/frontend/src/layout/NavBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/frontend/src/layout/NavBar.tsx b/web/frontend/src/layout/NavBar.tsx index 7c0ebf84..e8583688 100644 --- a/web/frontend/src/layout/NavBar.tsx +++ b/web/frontend/src/layout/NavBar.tsx @@ -22,7 +22,7 @@ import { availableLanguages } from 'language/Configuration'; import { LanguageSelector } from '../language'; import logo from '../assets/logo.png'; -import { ReactComponent as EPFL_Logo } from '../assets/epfl-logo.svg'; +import { ReactComponent as EPFL_LOGO } from '../assets/epfl-logo.svg'; import { Popover, Transition } from '@headlessui/react'; import { LoginIcon, LogoutIcon, MenuIcon, XIcon } from '@heroicons/react/outline'; import { PlusIcon } from '@heroicons/react/solid'; @@ -180,7 +180,7 @@ const LeftSideNavBar = ({ authCtx, t }) => (
- +
|