Skip to content

Commit

Permalink
[ISSUE #229] Fix 404 issue due to setting log path to relative path (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Createsequence authored Jul 11, 2024
1 parent e602114 commit 50b4b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function Footer(): JSX.Element | null {
{links && links.length > 0 && (
<div className="row footer__links">
<div className="col footer__col">
<img src={'images/asf_logo.svg'} />
<img src={'/images/asf_logo.svg'} />
</div>
{[{logoSrc: ''},...links].map((linkItem, i) => {
return (
Expand Down

0 comments on commit 50b4b2f

Please sign in to comment.