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