diff options
author | delucis | 2024-11-08 12:07:18 +0000 |
---|---|---|
committer | fredkbot | 2024-11-08 12:07:18 +0000 |
commit | 67686f115b3399b7d38e9239ea9c1fc498e9511f (patch) | |
tree | de2841b0c8ae9cd98b56229487721ec0fdeb8456 | |
parent | 9bc69db59af6a40af5fa033814dfd4d2fc7c22c8 (diff) | |
download | IT.starlight-67686f115b3399b7d38e9239ea9c1fc498e9511f.tar.gz IT.starlight-67686f115b3399b7d38e9239ea9c1fc498e9511f.tar.bz2 IT.starlight-67686f115b3399b7d38e9239ea9c1fc498e9511f.zip |
[ci] format
-rw-r--r-- | docs/src/components/showcase-sites.astro | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/src/components/showcase-sites.astro b/docs/src/components/showcase-sites.astro index 20eb4b1e..7953141c 100644 --- a/docs/src/components/showcase-sites.astro +++ b/docs/src/components/showcase-sites.astro @@ -186,5 +186,9 @@ import FluidGrid from './fluid-grid.astro'; thumbnail="launchfa.st.png" /> <Card title="Capgo" href="https://capgo.app/docs" thumbnail="capgo.app.png" /> - <Card title="React Bricks" href="https://docs.reactbricks.com" thumbnail="docs.reactbricks.com.png" /> + <Card + title="React Bricks" + href="https://docs.reactbricks.com" + thumbnail="docs.reactbricks.com.png" + /> </FluidGrid> |