Openstatus www.openstatus.dev

✏️ small typo (#150)

authored by

Thibault Le Ouay and committed by
GitHub
b86b5aed ac78d187

+2 -3
apps/web/src/app/app/apple-icon.ico apps/web/src/app/apple-icon.ico
apps/web/src/app/app/favicon.ico apps/web/src/app/favicon.ico
apps/web/src/app/app/icon.png apps/web/src/app/icon.png
+2 -3
apps/web/src/app/layout.tsx
··· 18 18 }); 19 19 20 20 const TITLE = "OpenStatus"; 21 - const DESCRIPTION = 22 - "Open-Source alternative to your current monitoring service with beautiful status page"; 21 + const DESCRIPTION = "Open-Source alternative to your current status page."; 23 22 24 23 export const metadata: Metadata = { 25 24 title: TITLE, ··· 44 43 }: { 45 44 children: React.ReactNode; 46 45 }) { 47 - // If you want to develop locally with with Clerk, Comment the provider below 46 + // If you want to develop locally without Clerk, Comment the provider below 48 47 return ( 49 48 <ClerkProvider> 50 49 <html lang="en">