diff options
Diffstat (limited to 'docs/src/pages/themes.astro')
-rw-r--r-- | docs/src/pages/themes.astro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/pages/themes.astro b/docs/src/pages/themes.astro index 65ecbe57a..3677988dd 100644 --- a/docs/src/pages/themes.astro +++ b/docs/src/pages/themes.astro @@ -37,4 +37,8 @@ import components from '../data/components.json'; <div class="card-grid"> {components.community.map((item)=>(<Card data={item} />))} </div> + <Markdown> + > Want to see your own work featured? [Share it to Discord!](https://astro.build/chat) + We'll often take our favorites from the `#showcase` channel and post them here. + </Markdown> </Layout>
\ No newline at end of file |