diff options
author | Jeremy | 2024-07-16 23:08:22 +0200 |
---|---|---|
committer | GitHub | 2024-07-16 23:08:22 +0200 |
commit | 6dedb0aa7b18fb6606638f26aa422424c4a829a0 (patch) | |
tree | 61f8a5dcfee89da134aa70c1b964d3c4e72dd8b9 | |
parent | 96a3d1611d16386fcc56d056cd1a7b091bfdbf81 (diff) | |
download | IT.starlight-6dedb0aa7b18fb6606638f26aa422424c4a829a0.tar.gz IT.starlight-6dedb0aa7b18fb6606638f26aa422424c4a829a0.tar.bz2 IT.starlight-6dedb0aa7b18fb6606638f26aa422424c4a829a0.zip |
Add Fulldev UI to site showcases (#2129)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r-- | docs/src/assets/showcase/ui.full.dev.png | bin | 0 -> 104696 bytes | |||
-rw-r--r-- | docs/src/components/showcase-sites.astro | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/assets/showcase/ui.full.dev.png b/docs/src/assets/showcase/ui.full.dev.png Binary files differnew file mode 100644 index 00000000..b335471c --- /dev/null +++ b/docs/src/assets/showcase/ui.full.dev.png diff --git a/docs/src/components/showcase-sites.astro b/docs/src/components/showcase-sites.astro index 4a79f07f..0e82cbcb 100644 --- a/docs/src/components/showcase-sites.astro +++ b/docs/src/components/showcase-sites.astro @@ -138,4 +138,5 @@ import FluidGrid from './fluid-grid.astro'; href="https://feedbackspark.com/docs/" thumbnail="feedbackspark.com.png" /> + <Card title="Fulldev UI" href="https://ui.full.dev" thumbnail="ui.full.dev.png" /> </FluidGrid> |