Skip to content

Commit 11e1cb2

Browse files
committed
fix css
1 parent a03bcf1 commit 11e1cb2

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/pages/Welcome/Welcome.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,12 +401,12 @@
401401
font-family: inherit;
402402
}
403403

404-
.btn-primary {
404+
.welcome .btn-primary {
405405
background: var(--primary-color);
406406
color: white;
407407
}
408408

409-
.btn-primary:hover {
409+
.welcome .btn-primary:hover {
410410
background: var(--primary-hover);
411411
transform: translateY(-2px);
412412
box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);

src/pages/Welcome/Welcome.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ const Welcome: React.FC = () => {
3333
<button onClick={() => window.location.hash = 'learn-more'}
3434
className="btn btn-primary">Get Started Free
3535
</button>
36-
<button onClick={() => window.location.hash = 'pricing'}
37-
className="btn btn-secondary">View Pricing
38-
</button>
3936
</div>
4037

4138
<p className="hero-tagline">Never be AFK</p>

0 commit comments

Comments
 (0)