Skip to content

Commit

Permalink
Afficher correctement le logo lorsque je consulte les informations d'…
Browse files Browse the repository at this point in the history
…un établissement et que je ne suis pas connectée (#3889)
  • Loading branch information
kornifex authored Jan 9, 2025
1 parent 4f5dcd4 commit 71931cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion front/src/Apps/common/Components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ export default function Header({
<img
className="fr-responsive-img"
style={{ width: "70px" }}
src="./trackdechets.png"
src="/trackdechets.png"
alt="Trackdéchets"
data-fr-js-ratio="true"
/>
Expand Down
2 changes: 1 addition & 1 deletion front/src/oauth/AuthDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function AuthDialog({
<img
className="fr-responsive-img"
style={{ width: "70px", height: "70px" }}
src="../../trackdechets.png"
src="/trackdechets.png"
alt="Trackdéchets"
data-fr-js-ratio="true"
/>
Expand Down

0 comments on commit 71931cc

Please sign in to comment.