diff options
Diffstat (limited to 'apps/website/src')
-rw-r--r-- | apps/website/src/pages/projects/oneconfig.astro | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/website/src/pages/projects/oneconfig.astro b/apps/website/src/pages/projects/oneconfig.astro index e302059..22fe171 100644 --- a/apps/website/src/pages/projects/oneconfig.astro +++ b/apps/website/src/pages/projects/oneconfig.astro @@ -137,14 +137,14 @@ import { Code } from 'astro:components'; <Card text="Keystrokes" icon="keystrokes"/> </Slider> <Slider dir="right" wrapperClass="pb-10" childrenNum="8"> - <Card text="Keystrokes" icon="keystrokes"/> - <Card text="PolyWeather" icon="polyweather"/> - <Card text="PolyTime" icon="polytime"/> - <Card text="CrashPatch" icon="crashpatch"/> - <Card text="OverflowAnimations" icon="overflowanimations"/> - <Card text="VanillaHUD" icon="vanillahud"/> - <Card text="PolySprint" icon="polysprint"/> <Card text="Chatting" icon="chatting"/> + <Card text="PolySprint" icon="polysprint"/> + <Card text="VanillaHUD" icon="vanillahud"/> + <Card text="OverflowAnimations" icon="overflowanimations"/> + <Card text="CrashPatch" icon="crashpatch"/> + <Card text="PolyTime" icon="polytime"/> + <Card text="PolyWeather" icon="polyweather"/> + <Card text="Keystrokes" icon="keystrokes"/> </Slider> <Section class="flex-col justify-center items-center h-screen md:h-4/5 md:min-h-[600px] mb-[10rem]"> <div class="grid grid-rows-[repeat(8,_minmax(0,_1fr))] grid-cols-[repeat(7,_minmax(0,_1fr))]"> |