Openstatus www.openstatus.dev

center description text (#226)

authored by

Kelvin Amoaba and committed by
GitHub
c3d26df2 34f6f97e

+1 -1
+1 -1
apps/web/src/components/dashboard/empty-state.tsx
··· 18 18 <div className="flex flex-col items-center justify-center gap-1"> 19 19 <Icon className="h-6 w-6" /> 20 20 <p className="text-foreground text-base">{title}</p> 21 - <p className="text-muted-foreground">{description}</p> 21 + <p className="text-muted-foreground text-center">{description}</p> 22 22 </div> 23 23 <div>{action}</div> 24 24 </div>