Skip to content

Commit

Permalink
Corrected phase number in anchors.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiphile committed Jul 25, 2024
1 parent 83dd536 commit c03bd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/Anchors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Anchors = () => {
</div>
</div>
<div>
<div className="nav-link text-dark fw-bold my-2">Phase 2</div>
<div className="nav-link text-dark fw-bold my-2">Phase 3</div>
<div className="ms-3">
<Link to="/gsoc24-blog/week7" className="nav-link text-primary my-1">
Week 7 & 8
Expand Down

0 comments on commit c03bd30

Please sign in to comment.