Skip to content

Commit

Permalink
πŸ–ŠοΈ improve content (#1204)
Browse files Browse the repository at this point in the history
* πŸ–ŠοΈ improve content

* ci: apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
thibaultleouay and autofix-ci[bot] authored Feb 26, 2025
1 parent f964994 commit eace19e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions apps/web/src/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const specialCardConfig = {
export const cardConfig = {
monitors: {
icon: "activity",
title: "Monitoring",
title: "Synthetic Monitoring",
features: [
{
icon: "globe",
Expand All @@ -47,10 +47,9 @@ export const cardConfig = {
},
{
icon: "bot",
catchline: "Cron Monitoring.",
badge: "Coming soon",
catchline: "OpenTelemetry.",
description:
"Never let a cron job fail you. Get notified when a job did not run successfully.",
"Export your synthetic monitoring metrics to your observability stack.",
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/config/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ type MarketingPageType = Page;
export const marketingProductPagesConfig = [
{
href: "/features/monitoring",
title: "Monitoring",
title: "Synthetic Monitoring",
subtitle:
"Get insights of the latency of your API and website from all over the world.",
description: "Monitor your API and website globally.",
Expand Down

0 comments on commit eace19e

Please sign in to comment.