diff --git a/js/src/app/_component/AboutUs.tsx b/js/src/app/_component/AboutUs.tsx index a8c7af7ac..b499b0b2b 100644 --- a/js/src/app/_component/AboutUs.tsx +++ b/js/src/app/_component/AboutUs.tsx @@ -30,8 +30,8 @@ export default function AboutUs() { }; return ( - <> - + + Patina's LeetCode Challenge! - + @@ -66,7 +62,7 @@ export default function AboutUs() { - + - - + + Celebrating CodeBloom's 1 Year Anniversary! 🎉 - + Level Up Your Coding with Patina's LeetCode Challenge! - + @@ -110,17 +102,19 @@ export default function AboutUs() { - + - - + + + + - - > + + ); } diff --git a/js/src/app/dashboard/Dashboard.page.tsx b/js/src/app/dashboard/Dashboard.page.tsx index f0a6b6c3b..6b092646d 100644 --- a/js/src/app/dashboard/Dashboard.page.tsx +++ b/js/src/app/dashboard/Dashboard.page.tsx @@ -8,7 +8,7 @@ import DocumentTitle from "@/components/ui/title/DocumentTitle"; import Toast from "@/components/ui/toast/Toast"; import ToastWithRedirect from "@/components/ui/toast/ToastWithRedirect"; import { useAuthQuery } from "@/lib/api/queries/auth"; -import { Center, Flex, Loader, Title } from "@mantine/core"; +import { Center, Flex, Loader, Title, Box } from "@mantine/core"; import { useMediaQuery } from "@mantine/hooks"; export default function DashboardPage() { @@ -52,38 +52,32 @@ export default function DashboardPage() { - - - Dashboard - - - {!data.user.leetcodeUsername ? - - : } - - - - - - - - - - + + + + Dashboard + + + {!data.user.leetcodeUsername ? + + : } + + + + + + + + + + + - + > ); }