Skip to content

Commit 755f6db

Browse files
committed
resolved conflicts
1 parent 2200555 commit 755f6db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/saved-blogs.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
</head>
1919
<body>
2020
<nav class="navbar">
21-
<a class="navbar-left" href="../index.html" style="text-decoration: none; color: #333;">
21+
<div class="navbar-left" onclick="window.location.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-
</a>
24+
</div>
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,7 +57,7 @@
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; ">
60+
<div style="width: 100%; display: flex; justify-content: center; margin-bottom: 20px; margin-left: 20px;">
6161
<a class="saved-blogs" href="blog.html" style="text-decoration: none;">
6262
<i class="fas fa-arrow-left" aria-hidden="true" style="margin-right: 10px;"></i> <!-- left Arrow Icon -->
6363
All Blogs

0 commit comments

Comments
 (0)