We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b509e7 commit c31d1f0Copy full SHA for c31d1f0
Website/index.html
@@ -15,10 +15,10 @@
15
</div>
16
<header>
17
<nav class="navbar">
18
- <div class="logo-container" onclick="window.location.href=`index.html`">
+ <a class="logo-container" href="/">
19
<img src="assets/recode-hive.png" alt="Recode Hive Icon" class="logo-icon">
20
<span class="logo-text">Recode Hive</span>
21
- </div>
+ </a>
22
<ul class="nav-links">
23
<li><a href="/">Home</a></li>
24
<li><a href="/about">About</a></li>
Website/styles.css
@@ -65,6 +65,10 @@ header {
65
.logo-container img{
66
filter: brightness(1) invert(1);
67
}
68
+
69
+ a.logo-container{
70
+ text-decoration: none;
71
+ }
72
73
.logo-icon {
74
width: 30px;
0 commit comments