forked from 77media/video-flow
修改
This commit is contained in:
parent
2f8ffbb8ba
commit
41530410e8
@ -376,19 +376,19 @@ export function TopBar({
|
||||
<Button
|
||||
variant="ghost"
|
||||
size="sm"
|
||||
onClick={() => router.push("/login")}
|
||||
className="bg-white text-black rounded-full hover:scale-105"
|
||||
onClick={() => router.push("/signup")}
|
||||
className="text-gray-300 hover:text-white"
|
||||
data-alt="login-button"
|
||||
>
|
||||
Go Started
|
||||
Sign Up
|
||||
</Button>
|
||||
<Button
|
||||
variant="ghost"
|
||||
size="sm"
|
||||
onClick={() => router.push("/signup")}
|
||||
onClick={() => router.push("/login")}
|
||||
className="bg-white text-black rounded-full hover:scale-105"
|
||||
data-alt="signup-button"
|
||||
>
|
||||
Sign Up
|
||||
Go Started
|
||||
</Button>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user