diff --git a/frontend/src/components/HUD.tsx b/frontend/src/components/HUD.tsx index 191c4aa..d44186d 100644 --- a/frontend/src/components/HUD.tsx +++ b/frontend/src/components/HUD.tsx @@ -87,7 +87,7 @@ function HUD({ }, }); }} - className="transition-all hover:brightness-125 border border-primary-content rounded ml-2 bg-accent h-8 w-8 flex items-center justify-center" + className="transition-all hover:brightness-125 border border-primary-content rounded-md ml-2 bg-accent h-8 w-8 flex items-center justify-center" >
- Coming soon... + This Page Is Still Under Development...
); diff --git a/frontend/src/pages/LandingPage.tsx b/frontend/src/pages/LandingPage.tsx index 469720b..af3f595 100644 --- a/frontend/src/pages/LandingPage.tsx +++ b/frontend/src/pages/LandingPage.tsx @@ -33,10 +33,10 @@ function LandingPage() {