Skip to content

Commit

Permalink
Fixed logo
Browse files Browse the repository at this point in the history
  • Loading branch information
souravtecken committed May 10, 2021
1 parent b09bb46 commit b6c83fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const Navbar = () => (
<nav className="navbar navbar-expand-lg navbar-light bg-light">
<a className="nav-link" href={`${process.env.ASSET_PREFIX}/`}>
<img src="/logo.jpg" width="80" height="70" alt="the alcoding club logo" />
<img src={`${process.env.ASSET_PREFIX}/logo.jpg`} width="80" height="70" alt="the alcoding club logo" />
</a>
<a className="navbar-brand" href="#">Editorials</a>
<button className="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor03" aria-controls="navbarColor03" aria-expanded="false" aria-label="Toggle navigation">
Expand Down

0 comments on commit b6c83fe

Please sign in to comment.