diff --git a/src/components/EmbeddedDocumentPreview.astro b/src/components/EmbeddedDocumentPreview.astro index 65aee1d..2c2fc41 100644 --- a/src/components/EmbeddedDocumentPreview.astro +++ b/src/components/EmbeddedDocumentPreview.astro @@ -1,11 +1,18 @@ --- const { index, name } = Astro.props; --- +
- +
- Go to {name}.html + Go to {name}.html
@@ -32,4 +39,4 @@ const { index, name } = Astro.props; .actions { text-align: center; } - \ No newline at end of file +