aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/routes/_index.tsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-12 00:32:06 +0900
committernsfisis <nsfisis@gmail.com>2024-08-12 01:02:41 +0900
commit8c7d882dfa67bcef37a4f39be6f1ca57f160b816 (patch)
treeeaed36391b59615594646be8dfd2d304a0fe2918 /frontend/app/routes/_index.tsx
parent7527e54bba0c528015ce402bfa4534c1ab6ca1da (diff)
downloadphperkaigi-2025-albatross-8c7d882dfa67bcef37a4f39be6f1ca57f160b816.tar.gz
phperkaigi-2025-albatross-8c7d882dfa67bcef37a4f39be6f1ca57f160b816.tar.zst
phperkaigi-2025-albatross-8c7d882dfa67bcef37a4f39be6f1ca57f160b816.zip
feat(frontend): improve play page styling
Diffstat (limited to 'frontend/app/routes/_index.tsx')
-rw-r--r--frontend/app/routes/_index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/routes/_index.tsx b/frontend/app/routes/_index.tsx
index 9be594f..24fff9f 100644
--- a/frontend/app/routes/_index.tsx
+++ b/frontend/app/routes/_index.tsx
@@ -22,7 +22,7 @@ export default function Index() {
className="w-24 h-24"
/>
<div className="text-center">
- <div className="font-bold text-transparent bg-clip-text bg-gradient-to-r from-orange-400 via-pink-500 to-purple-400 flex flex-col gap-y-2">
+ <div className="font-bold text-transparent bg-clip-text bg-iosdc-japan flex flex-col gap-y-2">
<div className="text-3xl">iOSDC Japan 2024</div>
<div className="text-6xl">Swift Code Battle</div>
</div>