refactor: rename login buttons to Login and Get started and update sign up navigation
Some checks failed
Beta CI/CD Pipeline / build-and-test (push) Failing after 43s
Beta CI/CD Pipeline / deploy-beta (push) Has been skipped

This commit is contained in:
vickytechkey 2026-08-21 19:05:30 +05:30
parent 3c0261d53c
commit e88a112aa1

View file

@ -49,10 +49,10 @@ export default function Header() {
<div className="navbar-item">
<div className="buttons">
<a className="button is-ghost has-text-weight-semibold" style={{ color: '#5f5e5b' }} onClick={() => setCurrentPage('login')}>
User Login
Login
</a>
<a className="button is-primary is-outlined has-text-weight-semibold" onClick={() => setCurrentPage('login')}>
Seller Login
<a className="button is-primary is-outlined has-text-weight-semibold" onClick={() => setCurrentPage('signup')}>
Get started
</a>
</div>
</div>