fix signup box, merge crime & rename crime
This commit is contained in:
parent
f72c43a9fa
commit
325848c5a9
5 changed files with 17 additions and 22 deletions
|
|
@ -258,7 +258,7 @@ export default function Header({
|
|||
onClick={onRegisterClick}
|
||||
className="px-3 py-1.5 rounded bg-teal-600 hover:bg-teal-700 transition-colors text-sm font-medium"
|
||||
>
|
||||
Register
|
||||
Create account
|
||||
</button>
|
||||
</>
|
||||
)}
|
||||
|
|
@ -271,7 +271,7 @@ export default function Header({
|
|||
onClick={onRegisterClick}
|
||||
className="px-4 py-1.5 rounded bg-teal-600 hover:bg-teal-700 transition-colors text-sm font-semibold"
|
||||
>
|
||||
Sign up
|
||||
Create account
|
||||
</button>
|
||||
)}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue