Openstatus www.openstatus.dev

chore: update faq free limit (#1810)

authored by

Maximilian Kaske and committed by
GitHub
e463f837 bb7cd57f

+4 -4
+2 -2
apps/web/src/app/shared-metadata.ts
··· 200 200 mainEntity: [ 201 201 { 202 202 "@type": "Question", 203 - name: "What are the limits?", 203 + name: "What are the free limits?", 204 204 acceptedAnswer: { 205 205 "@type": "Answer", 206 - text: "As free user you will start with a total of one monitor and one status page as well as cron jobs of min. 10m. You can upgrade to a paid plan at any time. No credit card is required to sign up and you can cancel at any time.", 206 + text: "As free user you will start with a total of one monitor and one status page (incl. three page components) as well as cron jobs of min. 10m. You can upgrade to a paid plan at any time. No credit card is required to sign up and you can cancel at any time.", 207 207 }, 208 208 }, 209 209 {
+2 -2
apps/web/src/content/pages/home.mdx
··· 91 91 92 92 ## FAQs 93 93 94 - <Details summary="What are the limits?"> 94 + <Details summary="What are the free limits?"> 95 95 96 - As free user you will start with a total of **one monitor** and **one status page** as well as cron jobs of min. `10m`. You can upgrade to a paid plan at any time. Check the pricing table for more details. 96 + As free user you will start with a total of **one monitor** and **one status page (incl. three page components)** as well as cron jobs of min. `10m`. You can upgrade to a paid plan at any time. Check the pricing table for more details. 97 97 98 98 No credit card is required to sign up and you can cancel at any time. 99 99