diff options
author | Oluwatobi Sofela | 2024-07-31 15:29:10 +0100 |
---|---|---|
committer | GitHub | 2024-07-31 16:29:10 +0200 |
commit | 91d4809bf7b8daeea1b42def7fb24c71f35f2527 (patch) | |
tree | e1826d6ab355105b5e95976cf22328ae046b5452 | |
parent | b4345ce24aaf8040f5b761d1565906e3343daa5a (diff) | |
download | IT.starlight-91d4809bf7b8daeea1b42def7fb24c71f35f2527.tar.gz IT.starlight-91d4809bf7b8daeea1b42def7fb24c71f35f2527.tar.bz2 IT.starlight-91d4809bf7b8daeea1b42def7fb24c71f35f2527.zip |
docs: Add CodeSweetly to showcase (#2160)
-rw-r--r-- | docs/src/assets/showcase/codesweetly.com.png | bin | 0 -> 65509 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/codesweetly.com.png b/docs/src/assets/showcase/codesweetly.com.png Binary files differnew file mode 100644 index 00000000..64dae43d --- /dev/null +++ b/docs/src/assets/showcase/codesweetly.com.png diff --git a/docs/src/components/showcase-sites.astro b/docs/src/components/showcase-sites.astro index 2bd5c74a..73681168 100644 --- a/docs/src/components/showcase-sites.astro +++ b/docs/src/components/showcase-sites.astro @@ -156,4 +156,5 @@ import FluidGrid from './fluid-grid.astro'; href="https://styledictionary.com/" thumbnail="styledictionary.com.png" /> + <Card title="CodeSweetly" href="https://codesweetly.com/" thumbnail="codesweetly.com.png" /> </FluidGrid> |