Skip to content

Commit 01af175

Browse files
fixed blog broken link
1 parent 8afa080 commit 01af175

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/components/navbar/navabar.jsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,8 @@ const Homepg = () => {
3434
<li>
3535
<a href="#about">About</a>
3636
</li>
37-
{/* <li>
38-
<Link to="/blog">Blog</Link>
39-
</li> */}
4037
<li>
41-
<a href="/blog/">
38+
<a href="https://blog.cortexflow.org/">
4239
{" "}
4340
{/* this must be a href */} <span>Blog</span>{" "}
4441
<i className="bi toggle-dropdown"></i>

0 commit comments

Comments
 (0)