diff --git a/src/components/Dialog.astro b/src/components/Dialog.astro new file mode 100644 index 0000000..06a5cc0 --- /dev/null +++ b/src/components/Dialog.astro @@ -0,0 +1,54 @@ +--- +import { randomUUID } from "node:crypto"; + +interface Props { + title: string; +} + +const uuid = randomUUID(); +const wrapperStyles = ["cursor: pointer;"]; +--- + + + + + + + + + + + + diff --git a/src/components/Image.astro b/src/components/Image.astro index 3e64b90..204eae6 100644 --- a/src/components/Image.astro +++ b/src/components/Image.astro @@ -36,11 +36,17 @@ - {alt} + +