fix: remove unncessary open editor button from header
This commit is contained in:
@ -16,11 +16,6 @@ export function Header() {
|
|||||||
|
|
||||||
const rightContent = (
|
const rightContent = (
|
||||||
<nav className="flex items-center">
|
<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">
|
<Link href="https://github.com/mazeincoding/AppCut" target="_blank">
|
||||||
<Button variant="ghost" className="text-sm">
|
<Button variant="ghost" className="text-sm">
|
||||||
GitHub
|
GitHub
|
||||||
|
Reference in New Issue
Block a user