The Open-Source frontend performance monitoring platform.
+
The Open-Source performance monitoring platform.
Learn more »
@@ -25,7 +25,7 @@
## About OpenStatus 🏓
-OpenStatus is open-source frontend monitoring platform.
+OpenStatus is open-source performance monitoring platform.
- **Synthetic monitoring**: Monitor your website and APIs worldwide and receive
notifications when they are down or slow.
diff --git a/apps/web/src/app/shared-metadata.ts b/apps/web/src/app/shared-metadata.ts
index 956d6a058d..de81810325 100644
--- a/apps/web/src/app/shared-metadata.ts
+++ b/apps/web/src/app/shared-metadata.ts
@@ -2,7 +2,7 @@ import type { Metadata } from "next";
export const TITLE = "OpenStatus";
export const DESCRIPTION =
- "A better way to monitor your API and your frontend performance. Don't let downtime or slow page loading ruin your user experience. Speed Matters ⚡.";
+ "A better way to monitor your API and your website. Don't let downtime or a slow response time ruin your user experience. Speed Matters ⚡.";
export const defaultMetadata: Metadata = {
title: {
diff --git a/apps/web/src/components/icons.tsx b/apps/web/src/components/icons.tsx
index 795ce69ae6..b03de5ce5d 100644
--- a/apps/web/src/components/icons.tsx
+++ b/apps/web/src/components/icons.tsx
@@ -5,6 +5,7 @@ import {
Book,
Bot,
Calendar,
+ Camera,
CandlestickChart,
Check,
Clock,
@@ -108,6 +109,7 @@ export const Icons = {
"candlestick-chart": CandlestickChart,
ratio: Ratio,
user: UserCircle,
+ camera: Camera,
discord: ({ ...props }: LucideProps) => (