change app name from AppCut to OpenCut
This commit is contained in:
2
LICENSE
2
LICENSE
@ -1,4 +1,4 @@
|
||||
Copyright 2025 AppCut
|
||||
Copyright 2025 OpenCut
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# AppCut
|
||||
# OpenCut (prev AppCut)
|
||||
|
||||
A free, open-source video editor for web, desktop, and mobile.
|
||||
|
||||
|
@ -13,7 +13,7 @@ const inter = Inter({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "AppCut",
|
||||
title: "OpenCut",
|
||||
description:
|
||||
"A simple but powerful video editor that gets the job done. In your browser.",
|
||||
};
|
||||
|
@ -9,14 +9,14 @@ import { HeaderBase } from "./header-base";
|
||||
export function Header() {
|
||||
const leftContent = (
|
||||
<Link href="/" className="flex items-center gap-3">
|
||||
<Image src="/logo.png" alt="AppCut Logo" width={24} height={24} />
|
||||
<span className="font-medium tracking-tight">AppCut</span>
|
||||
<Image src="/logo.png" alt="OpenCut Logo" width={24} height={24} />
|
||||
<span className="font-medium tracking-tight">OpenCut</span>
|
||||
</Link>
|
||||
);
|
||||
|
||||
const rightContent = (
|
||||
<nav className="flex items-center">
|
||||
<Link href="https://github.com/mazeincoding/AppCut" target="_blank">
|
||||
<Link href="https://github.com/mazeincoding/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/mazeincoding/AppCut"
|
||||
href="https://github.com/mazeincoding/OpenCut"
|
||||
className="text-foreground underline"
|
||||
>
|
||||
GitHub
|
||||
|
@ -16,7 +16,7 @@ export const auth = betterAuth({
|
||||
emailAndPassword: {
|
||||
enabled: false,
|
||||
},
|
||||
appName: "AppCut",
|
||||
appName: "OpenCut",
|
||||
trustedOrigins: ["http://localhost:3000"],
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user