Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐ŸŒ improve text (#416)

authored by

Thibault Le Ouay and committed by
GitHub
3bafddf2 32aa3409

+2 -3
+1 -1
README.md
··· 1 1 <p align="center" style="margin-top: 120px"> 2 2 3 - <h3 align="center">The Open-Source Synthetic Monitoring Platform with Incident Management</h3> 3 + <h3 align="center">The Open-Source Monitoring Platform with Incident Management</h3> 4 4 5 5 <p align="center"> 6 6 The Open-Source Serverless monitoring platform.
+1 -2
apps/web/src/app/shared-metadata.ts
··· 1 1 import type { Metadata } from "next"; 2 2 3 3 export const TITLE = "OpenStatus"; 4 - export const DESCRIPTION = 5 - "Open-Source synthetic monitoring with incident management."; 4 + export const DESCRIPTION = "Open-Source monitoring with incident management."; 6 5 7 6 export const defaultMetadata: Metadata = { 8 7 title: {