Skip to content

Commit

Permalink
[fix] Logo "etat_de_vaud_logo.webp"
Browse files Browse the repository at this point in the history
  • Loading branch information
ponsfrilus committed Nov 7, 2024
1 parent 43afb89 commit 79a1619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/EtatDeVaudSignature.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Image from "next/image"
export default function EtatDeVaudSignature() {
return (
<div className="hidden etat-de-vaud-div flex flex-row mt-12 items-center gap-4">
<Image className="etat-de-vaud-logo" alt="Logo de l'état de vaud" src="/etat_de_vaud_logo.webp" width="25" height="200"/>
<Image className="etat-de-vaud-logo" alt="Logo de l'état de vaud" src="etat_de_vaud_logo.webp" width="25" height="200"/>
<div className="etat-de-vaud-separator bg-black w-[0.5px] h-20"></div>
<p className="etat-de-vaud-text">
Département de l&apos;enseignement et de la formation professionnelle<br />
Expand All @@ -12,4 +12,4 @@ export default function EtatDeVaudSignature() {
</p>
</div>
)
}
}

0 comments on commit 79a1619

Please sign in to comment.