Skip to content

Commit 482be46

Browse files
committed
fix logo url
1 parent 03ee4d7 commit 482be46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/components/footer/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ export function FooterBody({
9393
>
9494
<use
9595
className="fr-text-black-white--grey"
96-
href="logos/sies_logo_signature.svg#sies-logo-text"
96+
href="/logos/sies_logo_signature.svg#sies-logo-text"
9797
/>
9898
<use
99-
href="logos/sies_logo_signature.svg#sies-logo-artwork"
99+
href="/logos/sies_logo_signature.svg#sies-logo-artwork"
100100
/>
101101
</svg>
102102
</a>

0 commit comments

Comments
 (0)