From 26a80d1313734b4e372812859af47d9aed89aaac Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 4 Aug 2025 22:19:55 +0200 Subject: [PATCH] Change description --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 50e2304e..28568269 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -7,7 +7,7 @@ import Providers from "@/app/providers"; export const metadata: Metadata = { title: "Compass", - description: "A bonding platform for rational thinkers", + description: "A platform to form intentional bonds", };