refactor: rename login buttons to Login and Get started and update sign up navigation
This commit is contained in:
parent
3c0261d53c
commit
e88a112aa1
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue