Skip to content

Commit 0998cc6

Browse files
authored
Update Banner.jsx
1 parent d267551 commit 0998cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Banner.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const MainBanner = () => (
66
<div style={{marginTop: "110px", marginBottom: "20px"}}>
77
<center >
88
<Link to={routes.LANDING}>
9-
<img src="./CodeMergersLogo.png" alt="Brand Logo" height={"70px"} />
9+
<img src="./CodeMergers-Banner.png" alt="Brand Logo" height={"70px"} />
1010
</Link>
1111
<hr/>
1212
</center>

0 commit comments

Comments
 (0)