mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix: remove unncessary open editor button from header
This commit is contained in:
@@ -16,11 +16,6 @@ export function Header() {
|
||||
|
||||
const rightContent = (
|
||||
<nav className="flex items-center">
|
||||
<Link href="/editor">
|
||||
<Button variant="ghost" className="text-sm">
|
||||
Open editor
|
||||
</Button>
|
||||
</Link>
|
||||
<Link href="https://github.com/mazeincoding/AppCut" target="_blank">
|
||||
<Button variant="ghost" className="text-sm">
|
||||
GitHub
|
||||
|
||||
Reference in New Issue
Block a user