diff --git a/app/api/settings/notifications/route.ts b/app/api/settings/notifications/route.ts
index 0fbb918..0f34fac 100644
--- a/app/api/settings/notifications/route.ts
+++ b/app/api/settings/notifications/route.ts
@@ -191,9 +191,7 @@ export async function POST(request: NextRequest) {
});
const fromAddress =
- process.env.SMTP_FROM ||
- process.env.EMAIL_FROM ||
- 'OpenFrame
The core platform code is made available under the Functional Source License - (FSL-1.1-ALv2): the source code is publicly available and may be self-hosted, and - each release becomes available under the Apache 2.0 license two years after its + (FSL-1.1-ALv2): the source code is publicly available and may be self-hosted, and each + release becomes available under the Apache 2.0 license two years after its publication. Please refer to the license in the GitHub repository for details on permitted use.
diff --git a/components/LandingPage.tsx b/components/LandingPage.tsx index 9757239..1e9c7f0 100644 --- a/components/LandingPage.tsx +++ b/components/LandingPage.tsx @@ -276,8 +276,7 @@ export function LandingPage({ isLoggedIn }: LandingPageProps) { rel="noreferrer" className="text-xs font-medium text-muted-foreground/70 transition-colors hover:text-foreground" > - Prefer self-hosting? View on GitHub{' '} -