Skip to content

Commit

Permalink
fix(#47): notification not a link
Browse files Browse the repository at this point in the history
  • Loading branch information
Boyadjie committed Mar 17, 2024
1 parent 6f0833b commit cbdc7ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/accueil/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ export default function Home() {
<Onboarding />
<section className={styles.header}>
<div className={styles.navigation}>
<Link href="/notifications">
<div>
<Image
src="/icons/notifications.svg"
alt="Icône de notification"
width={24}
height={24}
/>
</Link>
</div>
<Link href="/settings">
<Image
src="/icons/setting.svg"
Expand Down
2 changes: 1 addition & 1 deletion src/components/profile/profile.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
gap: 15px;

> * {
z-index: 10;
z-index: 5;
}

&::before {
Expand Down

0 comments on commit cbdc7ea

Please sign in to comment.