summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOluwatobi Sofela2024-07-23 08:33:44 +0100
committerGitHub2024-07-23 09:33:44 +0200
commitf13426b426eb8d0a612d1da7f9870ea69c6d91cb (patch)
tree48305278aaf711962c8f3db309cd083019be4ee4
parentc71b0a24c26d123f2f80fdc32bbc1343470a3541 (diff)
downloadIT.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.pngbin0 -> 47306 bytes
-rw-r--r--docs/src/components/showcase-sites.astro5
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
new file mode 100644
index 00000000..d9d1f0ed
--- /dev/null
+++ b/docs/src/assets/showcase/quotesdomain.com.png
Binary files differ
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>