diff options
author | Wyvest <wyvestbusiness@gmail.com> | 2023-12-23 14:55:28 +0900 |
---|---|---|
committer | Wyvest <wyvestbusiness@gmail.com> | 2023-12-23 14:55:28 +0900 |
commit | 2df2871c9a5881f53c17d37d05fe409b11bb19a6 (patch) | |
tree | df1c5fc8dda517b57636e494ea249fd24ad84c30 /apps/website/src | |
parent | 53ce28a960cc929efc4ead964d79c1b0a67f5d57 (diff) | |
download | Nexus-2df2871c9a5881f53c17d37d05fe409b11bb19a6.tar.gz Nexus-2df2871c9a5881f53c17d37d05fe409b11bb19a6.tar.bz2 Nexus-2df2871c9a5881f53c17d37d05fe409b11bb19a6.zip |
update oneconfig card svg
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))]"> |