diff options
Diffstat (limited to 'frontend/app/routes/_index.tsx')
| -rw-r--r-- | frontend/app/routes/_index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/routes/_index.tsx b/frontend/app/routes/_index.tsx index 5dda2c8..06cca78 100644 --- a/frontend/app/routes/_index.tsx +++ b/frontend/app/routes/_index.tsx @@ -21,7 +21,7 @@ export default function Index() { className="w-64 h-64" /> <div className="text-center"> - <div className="font-bold text-transparent text-sky-50 flex flex-col gap-y-2"> + <div className="font-bold text-sky-50 flex flex-col gap-y-2"> <div className="text-5xl">PHPER CODE BATTLE</div> </div> </div> |
