Skip to content

Commit 98c62cc

Browse files
committed
src for imgs
1 parent 27f4d73 commit 98c62cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Footer = () => {
99
<hr style={{ "border": "0.5px solid #CCC"}}/>
1010
<footer className="d-flex flex-column align-items-center justify-content-center mb-4">
1111
<a href="/" className="d-flex justify-content-center">
12-
<img src="/website/assets/logo.png" className="img-fluid w-25"/>
12+
<img src="/assets/logo.png" className="img-fluid w-25"/>
1313
</a>
1414
<p className="mb-1">
1515
&copy; {d.getFullYear()} copyright &nbsp;

0 commit comments

Comments
 (0)