before race

This commit is contained in:
root
2025-12-21 07:51:51 +01:00
parent f2c3b04a88
commit 872e5a1a6a
9 changed files with 340 additions and 55 deletions

View File

@@ -54,7 +54,11 @@ export default function Nav() {
return (
<>
<nav>
<div className="brand">420Deals.ch</div>
<div className="brand">
<a href="/" style={{ display: 'inline-block', textDecoration: 'none' }}>
<img src="/header.jpg" alt="420Deals.ch" style={{ height: '40px', width: 'auto' }} />
</a>
</div>
<div className="links">
<a href="#drop">Drop</a>
<a href="#past">Past Drops</a>
@@ -90,8 +94,8 @@ export default function Nav() {
style={{
padding: '8px 16px',
fontSize: '14px',
background: 'var(--accent)',
color: '#000',
background: '#0a7931',
color: '#fff',
border: 'none',
borderRadius: '8px',
cursor: 'pointer',