From 54d1f9b6d6d355f2a9512bcac367e874bed19cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Sun, 5 Jan 2025 23:10:01 +0100 Subject: [PATCH] chore(public): update home title --- apps/public/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/public/app/page.tsx b/apps/public/app/page.tsx index 43fb36be..34728845 100644 --- a/apps/public/app/page.tsx +++ b/apps/public/app/page.tsx @@ -11,7 +11,7 @@ import type { Metadata } from 'next'; import { Suspense } from 'react'; export const metadata: Metadata = { - title: 'An open-source alternative to Mixpanel', + title: 'OpenPanel | An open-source alternative to Mixpanel', }; export const experimental_ppr = true;