From 8c85be11d7328076dbe7d1c71060a5d163aa64b3 Mon Sep 17 00:00:00 2001
From: Chris Swithinbank
Date: Wed, 24 Jul 2024 18:39:14 +0200
Subject: Add two new showcase sites (#2149)
---
.../src/assets/showcase/contribute.freecodecamp.org.png | Bin 0 -> 59768 bytes
docs/src/assets/showcase/styledictionary.com.png | Bin 0 -> 87468 bytes
docs/src/components/showcase-sites.astro | 10 ++++++++++
3 files changed, 10 insertions(+)
create mode 100644 docs/src/assets/showcase/contribute.freecodecamp.org.png
create mode 100644 docs/src/assets/showcase/styledictionary.com.png
diff --git a/docs/src/assets/showcase/contribute.freecodecamp.org.png b/docs/src/assets/showcase/contribute.freecodecamp.org.png
new file mode 100644
index 00000000..3d6abdaf
Binary files /dev/null and b/docs/src/assets/showcase/contribute.freecodecamp.org.png differ
diff --git a/docs/src/assets/showcase/styledictionary.com.png b/docs/src/assets/showcase/styledictionary.com.png
new file mode 100644
index 00000000..c8d04e0a
Binary files /dev/null and b/docs/src/assets/showcase/styledictionary.com.png differ
diff --git a/docs/src/components/showcase-sites.astro b/docs/src/components/showcase-sites.astro
index 5328f8dd..2bd5c74a 100644
--- a/docs/src/components/showcase-sites.astro
+++ b/docs/src/components/showcase-sites.astro
@@ -146,4 +146,14 @@ import FluidGrid from './fluid-grid.astro';
thumbnail="quotesdomain.com.png"
/>
+
+
--
cgit