fix: github link
This commit is contained in:
@ -16,7 +16,7 @@ export function Header() {
|
|||||||
|
|
||||||
const rightContent = (
|
const rightContent = (
|
||||||
<nav className="flex items-center">
|
<nav className="flex items-center">
|
||||||
<Link href="https://github.com/OpenCut.app/OpenCut" target="_blank">
|
<Link href="https://github.com/OpenCut-app/OpenCut" target="_blank">
|
||||||
<Button variant="ghost" className="text-sm">
|
<Button variant="ghost" className="text-sm">
|
||||||
GitHub
|
GitHub
|
||||||
</Button>
|
</Button>
|
||||||
|
@ -149,7 +149,7 @@ export function Hero({ signupCount }: HeroProps) {
|
|||||||
>
|
>
|
||||||
Currently in beta • Open source on{" "}
|
Currently in beta • Open source on{" "}
|
||||||
<Link
|
<Link
|
||||||
href="https://github.com/OpenCut.app/OpenCut"
|
href="https://github.com/OpenCut-app/OpenCut"
|
||||||
className="text-foreground underline"
|
className="text-foreground underline"
|
||||||
>
|
>
|
||||||
GitHub
|
GitHub
|
||||||
|
Reference in New Issue
Block a user