Skip to content

Commit 783dbd7

Browse files
committed
Changed Logo Html tag on navbar in saved blogs page
1 parent 755f6db commit 783dbd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/saved-blogs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
</head>
1919
<body>
2020
<nav class="navbar">
21-
<div class="navbar-left" onclick="window.location.href=`../index.html`"">
21+
<a class="navbar-left" style="color: #333 !important;text-decoration: none;" href="../index.html">
2222
<img src="../assets/recode-hive.png" alt="Recode Hive Icon" class="navbar-icon">
2323
<span class="navbar-text">Recode Hive</span>
24-
</div>
24+
<a class="navbar-left" style="color: #333 !important;text-decoration: none;" href="../index.html">
2525
<div class="navbar-right">
2626
<a href="githubbadge.html" class="navbar-link">Github-Badge</a>
2727
<a href="https://github.com/recodehive/awesome-github-profiles/issues/new?assignees=&labels=%E2%9E%95+profile&projects=&template=add_profile.md&title=Add+Profile%3A+"

0 commit comments

Comments
 (0)