Openstatus www.openstatus.dev

add an `s` to page to make it plural (#243)

authored by

Kelvin Amoaba and committed by
GitHub
dc62ef9d df44b553

+1 -1
+1 -1
apps/web/src/app/app/(dashboard)/[workspaceSlug]/status-pages/page.tsx
··· 42 42 <div className="grid gap-6 md:grid-cols-2 md:gap-8"> 43 43 <Header 44 44 title="Status Page" 45 - description="Overview of all your status page." 45 + description="Overview of all your status pages." 46 46 > 47 47 <Button asChild={!disableButton} disabled={disableButton}> 48 48 <Link href="./status-pages/edit">Create</Link>