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}