Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Header and page display issues #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Header = () => {


return (
<header id="site_menu_header" className="site-header nav-bg dsn-container text-upper">
<header id="site_menu_header" className="site-header dsn-container text-upper">
<div className="main-logo">
<Link to="/" data-dsn-text="Essai" className="custom-logo-link main-brand effect-ajax" rel="home"
aria-current="page">
Expand Down