Spaces:
Running
Running
Promote version 2b67a2c to main
Browse filesPromoted commit 2b67a2cfb5cea05c70d8cb4f03379e30bf1961c6 to main branch
- value-mapper.html +3 -3
value-mapper.html
CHANGED
|
@@ -51,9 +51,9 @@ tailwind.config = {
|
|
| 51 |
<a href="strategy.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">About</a>
|
| 52 |
</nav>
|
| 53 |
<div class="flex items-center space-x-2">
|
| 54 |
-
<a href="scorecard.html" class="md:hidden px-3 py-2 text-white hover:text-
|
| 55 |
-
|
| 56 |
-
</a>
|
| 57 |
<button id="mobileMenuButton" class="md:hidden p-2 rounded-full hover:bg-gray-200 dark:hover:bg-gray-700">
|
| 58 |
<div class="flex flex-col space-y-1.5">
|
| 59 |
<span class="hamburger-line"></span>
|
|
|
|
| 51 |
<a href="strategy.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">About</a>
|
| 52 |
</nav>
|
| 53 |
<div class="flex items-center space-x-2">
|
| 54 |
+
<a href="scorecard.html" class="md:hidden px-3 py-2 text-white hover:text-primary transition-colors" title="Scorecard">
|
| 55 |
+
<i data-feather="check-circle" class="w-5 h-5"></i>
|
| 56 |
+
</a>
|
| 57 |
<button id="mobileMenuButton" class="md:hidden p-2 rounded-full hover:bg-gray-200 dark:hover:bg-gray-700">
|
| 58 |
<div class="flex flex-col space-y-1.5">
|
| 59 |
<span class="hamburger-line"></span>
|