diff options
author | Oluwatobi Sofela | 2024-07-18 10:29:28 +0100 |
---|---|---|
committer | GitHub | 2024-07-18 11:29:28 +0200 |
commit | d61d8d26d3df9e676ddebcca1a4dbb5648eb27a3 (patch) | |
tree | c7bd9b9724d230496109ba58ed0d2d446bf336f1 | |
parent | 6dedb0aa7b18fb6606638f26aa422424c4a829a0 (diff) | |
download | IT.starlight-d61d8d26d3df9e676ddebcca1a4dbb5648eb27a3.tar.gz IT.starlight-d61d8d26d3df9e676ddebcca1a4dbb5648eb27a3.tar.bz2 IT.starlight-d61d8d26d3df9e676ddebcca1a4dbb5648eb27a3.zip |
docs: Add UCEXLLY to showcase (#2134)
-rw-r--r-- | docs/src/assets/showcase/ucexlly.com.png | bin | 0 -> 52206 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/ucexlly.com.png b/docs/src/assets/showcase/ucexlly.com.png Binary files differnew file mode 100644 index 00000000..28733866 --- /dev/null +++ b/docs/src/assets/showcase/ucexlly.com.png diff --git a/docs/src/components/showcase-sites.astro b/docs/src/components/showcase-sites.astro index 0e82cbcb..19968ff2 100644 --- a/docs/src/components/showcase-sites.astro +++ b/docs/src/components/showcase-sites.astro @@ -139,4 +139,5 @@ import FluidGrid from './fluid-grid.astro'; thumbnail="feedbackspark.com.png" /> <Card title="Fulldev UI" href="https://ui.full.dev" thumbnail="ui.full.dev.png" /> + <Card title="UCEXLLY" href="https://www.ucexlly.com/" thumbnail="ucexlly.com.png" /> </FluidGrid> |