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