diff options
author | Oluwatobi Sofela | 2024-07-23 08:33:44 +0100 |
---|---|---|
committer | GitHub | 2024-07-23 09:33:44 +0200 |
commit | f13426b426eb8d0a612d1da7f9870ea69c6d91cb (patch) | |
tree | 48305278aaf711962c8f3db309cd083019be4ee4 | |
parent | c71b0a24c26d123f2f80fdc32bbc1343470a3541 (diff) | |
download | IT.starlight-f13426b426eb8d0a612d1da7f9870ea69c6d91cb.tar.gz IT.starlight-f13426b426eb8d0a612d1da7f9870ea69c6d91cb.tar.bz2 IT.starlight-f13426b426eb8d0a612d1da7f9870ea69c6d91cb.zip |
docs: Add quotesdomain to showcase (#2138)
-rw-r--r-- | docs/src/assets/showcase/quotesdomain.com.png | bin | 0 -> 47306 bytes | |||
-rw-r--r-- | docs/src/components/showcase-sites.astro | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/src/assets/showcase/quotesdomain.com.png b/docs/src/assets/showcase/quotesdomain.com.png Binary files differnew file mode 100644 index 00000000..d9d1f0ed --- /dev/null +++ b/docs/src/assets/showcase/quotesdomain.com.png diff --git a/docs/src/components/showcase-sites.astro b/docs/src/components/showcase-sites.astro index 19968ff2..2bc51914 100644 --- a/docs/src/components/showcase-sites.astro +++ b/docs/src/components/showcase-sites.astro @@ -140,4 +140,9 @@ import FluidGrid from './fluid-grid.astro'; /> <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" /> + <Card + title="QuotesDomain" + href="https://www.quotesdomain.com/" + thumbnail="quotesdomain.com.png" + /> </FluidGrid> |