feat: Added plugins section and made it more mobile friendly
All checks were successful
Build Gameflow Site / build (push) Successful in 1m19s
All checks were successful
Build Gameflow Site / build (push) Successful in 1m19s
This commit is contained in:
parent
13f1d97394
commit
87f8f485aa
26 changed files with 331 additions and 63 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue