diff options
author | delucis | 2025-04-29 14:36:28 +0000 |
---|---|---|
committer | fredkbot | 2025-04-29 14:36:28 +0000 |
commit | 3719435e9add8fbeae4567a51dfb1743ea00bd0f (patch) | |
tree | cc208423263f862bea32d8d0e15c96c893264832 | |
parent | dcf584e4bcb9776b6c81f43c75104202db50530c (diff) | |
download | IT.starlight-3719435e9add8fbeae4567a51dfb1743ea00bd0f.tar.gz IT.starlight-3719435e9add8fbeae4567a51dfb1743ea00bd0f.tar.bz2 IT.starlight-3719435e9add8fbeae4567a51dfb1743ea00bd0f.zip |
[ci] format
-rw-r--r-- | docs/src/components/showcase-sites.astro | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/docs/src/components/showcase-sites.astro b/docs/src/components/showcase-sites.astro index 54fd8eff..41cbb5bb 100644 --- a/docs/src/components/showcase-sites.astro +++ b/docs/src/components/showcase-sites.astro @@ -189,14 +189,6 @@ import FluidGrid from './fluid-grid.astro'; /> <Card title="Learn AISO" href="https://learnaiso.com" thumbnail="learnaiso.com.png" /> <Card title="PaperMC Docs" href="https://docs.papermc.io" thumbnail="docs.papermc.io.png" /> - <Card - title="Bingo" - href="https://create.bingo" - thumbnail="create.bingo.png" - /> - <Card - title="OctoGuide" - href="https://octo.guide" - thumbnail="octo.guide.png" - /> + <Card title="Bingo" href="https://create.bingo" thumbnail="create.bingo.png" /> + <Card title="OctoGuide" href="https://octo.guide" thumbnail="octo.guide.png" /> </FluidGrid> |