final touches
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 33s

This commit is contained in:
2026-01-30 18:12:02 -05:00
parent 88f7b0678b
commit 0a9acd8442
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,9 @@ function Header() {
<div className="container">
<nav className="nav">
<div className="nav-brand">
<h2>WTP</h2>
<Link to="/challenges" style={{ textDecoration: 'none', color: 'inherit' }}>
<h2>WTP</h2>
</Link>
<button
className={`hamburger ${mobileMenuOpen ? 'active' : ''}`}
onClick={() => setMobileMenuOpen(!mobileMenuOpen)}