diff options
author | Ranily | 2023-09-14 23:45:57 +0200 |
---|---|---|
committer | GitHub | 2023-09-14 23:45:57 +0200 |
commit | 711fe56c498573753d9bb4bcfa6fc197282ec5a4 (patch) | |
tree | b6f433461b85f70aaff264c44edaccbc367dbf0e | |
parent | b9aaef4a91aa7478403fb933734ec933262a3fbb (diff) | |
download | IT.starlight-711fe56c498573753d9bb4bcfa6fc197282ec5a4.tar.gz IT.starlight-711fe56c498573753d9bb4bcfa6fc197282ec5a4.tar.bz2 IT.starlight-711fe56c498573753d9bb4bcfa6fc197282ec5a4.zip |
Adding VRCFR Creator to showcase (#711)
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
-rw-r--r-- | docs/src/assets/showcase/dev.vrchatfrance.fr.png | bin | 0 -> 129997 bytes | |||
-rw-r--r-- | docs/src/components/showcase-sites.astro | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/src/assets/showcase/dev.vrchatfrance.fr.png b/docs/src/assets/showcase/dev.vrchatfrance.fr.png Binary files differnew file mode 100644 index 00000000..55286154 --- /dev/null +++ b/docs/src/assets/showcase/dev.vrchatfrance.fr.png diff --git a/docs/src/components/showcase-sites.astro b/docs/src/components/showcase-sites.astro index 7891c499..6a1771d2 100644 --- a/docs/src/components/showcase-sites.astro +++ b/docs/src/components/showcase-sites.astro @@ -52,4 +52,9 @@ import FluidGrid from './fluid-grid.astro'; thumbnail="starter.obytes.com.jpg" /> <Card title="Kanri" href="https://kanriapp.com" thumbnail="kanriapp.com.png" /> + <Card + title="VRCFR Creator" + href="https://dev.vrchatfrance.fr" + thumbnail="dev.vrchatfrance.fr.png" + /> </FluidGrid> |