refactor: update header component to replace 'Start editing' button with 'GitHub'
This commit is contained in:
@ -42,13 +42,8 @@ export function Header() {
|
|||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
<Link href="https://github.com/OpenCut-app/OpenCut" target="_blank">
|
<Link href="https://github.com/OpenCut-app/OpenCut" target="_blank">
|
||||||
<Button variant="text" className="text-sm">
|
|
||||||
GitHub
|
|
||||||
</Button>
|
|
||||||
</Link>
|
|
||||||
<Link href={session ? "/editor" : "/auth/login"}>
|
|
||||||
<Button size="sm" className="text-sm ml-4">
|
<Button size="sm" className="text-sm ml-4">
|
||||||
Start editing
|
GitHub
|
||||||
<ArrowRight className="h-4 w-4" />
|
<ArrowRight className="h-4 w-4" />
|
||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
|
Reference in New Issue
Block a user