Skip to content

Commit

Permalink
header logo-small imported as component
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyments committed Jan 4, 2024
1 parent e5292e9 commit 3ad390c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/MainHeader.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
import "../style/components/MainHeader.scss";
import { Link } from "react-router-dom";

import logoSmall from "/AVASUS/src/assets/images/logo-small.png"

const MainHeader = () => {
return (
<>
<nav className="navbar">
<ul className="navbar-group">
<Link to="/AVASUS/">
<li className="navbar-group-item">
<img src="/AVASUS/src/assets/images/logo-small.png" alt="Logo AVASUS" />
<img src={logoSmall} alt="Logo AVASUS" />
</li>
</Link>

Expand Down

0 comments on commit 3ad390c

Please sign in to comment.