Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ineiti committed Feb 26, 2024
1 parent 0eabd8c commit f4290a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/frontend/src/layout/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -180,7 +180,7 @@ const LeftSideNavBar = ({ authCtx, t }) => (
<div className="flex-1 flex items-center justify-center md:justify-start">
<div data-testid="leftSideNavBarLogo" className="flex-shrink-0 flex items-center">
<NavLink to={ROUTE_HOME}>
<EPFL_Logo className="h-8 w-auto" />
<EPFL_LOGO className="h-8 w-auto" />
</NavLink>
<div className="mx-4 text-gray-500">|</div>
<NavLink to={ROUTE_HOME}>
Expand Down

0 comments on commit f4290a6

Please sign in to comment.