@@ -21,9 +21,8 @@ import InstallationCommands from "../installation-commands"
2121import { OpenInV0Button } from "../open-in-v0-button"
2222
2323export const metadata : Metadata = {
24- title : "8bit Alert Dialog" ,
25- description :
26- "Displays a Alert Dialog or a component that looks like a 8-bit Alert Dialog." ,
24+ title : "8-bit Alert Dialog" ,
25+ description : "Displays an 8-bit alert dialog component." ,
2726 openGraph : {
2827 images : alertDialogMetaData ,
2928 } ,
@@ -41,18 +40,17 @@ export default function AlertDialogPage() {
4140 </ div >
4241
4342 < p className = "text-muted-foreground" >
44- Displays a Alert Dialog or a component that looks like a 8-bit Alert
45- Dialog.
43+ Displays an 8-bit alert dialog component.
4644 </ p >
4745
4846 < div className = "flex flex-col gap-4 border rounded-lg p-4 min-h-[450px] relative" >
4947 < div className = "flex items-center justify-between" >
5048 < h2 className = "text-sm text-muted-foreground sm:pl-3" >
51- A simple 8-bit Alert Dialog component
49+ 8-bit alert dialog component
5250 </ h2 >
5351
5452 < div className = "flex items-center gap-2" >
55- < OpenInV0Button name = "8bit-badge " className = "w-fit" />
53+ < OpenInV0Button name = "8bit-alert-dialog " className = "w-fit" />
5654 </ div >
5755 </ div >
5856 < div className = "flex items-center justify-center min-h-[400px] relative" >
0 commit comments