Skip to content

Commit

Permalink
Update file (possible bugs)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcgt committed Mar 20, 2024
1 parent 00e81f7 commit c315306
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NewNavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { NavLink } from 'react-router-dom';
const NavBar = ({ links }) => {
return (
<nav className="navbar">
<img src="https://github.com/mpcgt/levetica/blob/main/src/assets/levetica.png?raw=true" alt="Levetica" width="30" height="24">Levetica</img>
<ul>
{links.map((link) => (
<li key={link.to}>
Expand Down

0 comments on commit c315306

Please sign in to comment.