Skip to content

Commit 44e74b9

Browse files
committed
fix anchors in navbar
1 parent bfb6d27 commit 44e74b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/pods/components/nav-bar/template.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<nav class="nav-menu topheadnav">
2020
<ul>
2121
<li class="">
22-
<a href="/">
22+
<a href="https://online.codingblocks.com">
2323
<img src="https://cb3img.s3.ap-south-1.amazonaws.com/img/iconLearn.webp" alt="Learn">
2424
<span>Learn</span>
2525
</a>
2626
</li>
27-
<li class="active"><a href="https://hack.codingblocks.com">
27+
<li class="active"><a href="/">
2828
<img src="https://cb3img.s3.ap-south-1.amazonaws.com/img/iconMonitor.webp" alt="Practice">
2929
<span>Practice</span></a></li>
3030
<li><a href="https://hire.codingblocks.com">

0 commit comments

Comments
 (0)