diff options
Diffstat (limited to 'examples/with-markdoc/src')
-rw-r--r-- | examples/with-markdoc/src/components/Aside.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdoc/src/components/Aside.astro b/examples/with-markdoc/src/components/Aside.astro index ec93314f2..be15e8c0a 100644 --- a/examples/with-markdoc/src/components/Aside.astro +++ b/examples/with-markdoc/src/components/Aside.astro @@ -1,6 +1,6 @@ --- // Inspired by the `Aside` component from docs.astro.build -// https://github.com/withastro/docs/blob/main/src/components/Aside.astro +// https://github.com/withastro/starlight/blob/main/packages/starlight/integrations/asides.ts interface Props { type?: 'note' | 'tip' | 'caution' | 'danger'; |