Skip to content

Commit cde1d5f

Browse files
authored
Merge pull request #773 from Akshithsaai/saved_blogs
Fixes #763: Bug Fixed and Added Back to Blogs Button
2 parents 39a2f01 + 783dbd7 commit cde1d5f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pages/saved-blogs.html

Lines changed: 8 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+"
@@ -57,6 +57,12 @@
5757
<a href="#" class="navbar-links">Tools</a>
5858
</div>
5959
<h1 style="text-align: center;">Saved Blogs</h1>
60+
<div style="width: 100%; display: flex; justify-content: center; margin-bottom: 20px; margin-left: 20px;">
61+
<a class="saved-blogs" href="blog.html" style="text-decoration: none;">
62+
<i class="fas fa-arrow-left" aria-hidden="true" style="margin-right: 10px;"></i> <!-- left Arrow Icon -->
63+
All Blogs
64+
</a>
65+
</div>
6066
<div id="categoryTags">
6167
<span class="tag" data-category="all">All Categories</span>
6268
<span class="tag" data-category="dev">Dev Labs Github</span>

0 commit comments

Comments
 (0)