Skip to content

Commit c91ec5a

Browse files
author
TechStack Global
committed
Fixed missing mobile menu toggle on the laptop comparison page.
1 parent 7ae82c4 commit c91ec5a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

posts/macbook-pro-m4-vs-dell-xps-15-vs-surface-laptop-studio-2.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@
7777
<div class="logo">
7878
<a href="../index.html">TechStack <span class="accent">Global</span></a>
7979
</div>
80-
<ul class="nav-links">
80+
<button aria-label="Toggle Menu" class="menu-toggle">
81+
<i class="fa-solid fa-bars"></i>
82+
</button>
83+
<ul class="nav-links" id="nav-links">
8184
<li><a href="../index.html">Home</a></li>
8285
<li><a href="../blog.html">Guides</a></li>
8386
<li><a href="../about.html">About</a></li>
@@ -303,6 +306,7 @@ <h5 style="color: #fff; margin-bottom: 0.5rem;">Visual Mastery →</h5>
303306
<p>&copy; 2026 TechStack Global. Smarter Tech Decisions.</p>
304307
</div>
305308
</footer>
309+
<script src="../script.js"></script>
306310
</body>
307311

308312
</html>

0 commit comments

Comments
 (0)