pull/2729/head^2
Peer Richelsen 2022-05-11 12:04:04 +02:00 committed by GitHub
parent ced6975fc8
commit 0945bbe5cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ function SingleAppPage({ data, source }: inferSSRProps<typeof getStaticProps>) {
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}