From 0945bbe5cfd5b6f6fee30428f0a746dac68c6ae9 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Wed, 11 May 2022 12:04:04 +0200 Subject: [PATCH] fixes #2732 (#2732) --- apps/web/pages/apps/[slug]/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/pages/apps/[slug]/index.tsx b/apps/web/pages/apps/[slug]/index.tsx index 20049b7d48..cfc20626a0 100644 --- a/apps/web/pages/apps/[slug]/index.tsx +++ b/apps/web/pages/apps/[slug]/index.tsx @@ -54,7 +54,7 @@ function SingleAppPage({ data, source }: inferSSRProps) { type={data.type} logo={data.logo} categories={[data.category]} - author="Cal.com" + author={data.publisher} feeType={data.feeType || "usage-based"} price={data.price || 0} commission={data.commission || 0}