We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f4d73 commit 98c62ccCopy full SHA for 98c62cc
components/footer.tsx
@@ -9,7 +9,7 @@ const Footer = () => {
9
<hr style={{ "border": "0.5px solid #CCC"}}/>
10
<footer className="d-flex flex-column align-items-center justify-content-center mb-4">
11
<a href="/" className="d-flex justify-content-center">
12
- <img src="/website/assets/logo.png" className="img-fluid w-25"/>
+ <img src="/assets/logo.png" className="img-fluid w-25"/>
13
</a>
14
<p className="mb-1">
15
© {d.getFullYear()} copyright
0 commit comments