diff --git a/apps/social/src/app/(authentication)/login/page.tsx b/apps/social/src/app/(authentication)/login/page.tsx index 4b9e9cd3..ab51a3fd 100644 --- a/apps/social/src/app/(authentication)/login/page.tsx +++ b/apps/social/src/app/(authentication)/login/page.tsx @@ -45,25 +45,32 @@ export default async function Login() { } return ( -
+
- -
-

- Umamin Account -

-

- Proceed with your Umamin v2.0 profile +

+

+ Umamin Social +

+

+ The Umamin v2.0{" "} + Next generation open-source social platform

- - -
- Don't have an account?{" "} - - Sign up - +
+
+

Account

+

+ Proceed with your Umamin v2.0 profile +

+
+ +
+ Don't have an account?{" "} + + Sign up + +
);