feat: Added plugins section and made it more mobile friendly
All checks were successful
Build Gameflow Site / build (push) Successful in 1m19s

This commit is contained in:
Simeon Radivoev 2026-05-10 17:51:46 +03:00
parent 13f1d97394
commit 87f8f485aa
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
26 changed files with 331 additions and 63 deletions

View file

@ -9,6 +9,7 @@ import {
Store,
RefreshCcw,
Joystick,
Puzzle,
} from "@lucide/astro";
import Feature from "./Feature.astro";
---
@ -76,4 +77,10 @@ import Feature from "./Feature.astro";
>
<SunMoon size={64} slot="icon" />
</Feature>
<Feature
title="Plugins System"
description="Extent functionality with plugins. Hosted on the NPM registry."
>
<Puzzle size={64} slot="icon" />
</Feature>
</div>