diff --git a/apps/portal/src/pages/_app.tsx b/apps/portal/src/pages/_app.tsx index 5de4ac99..bd05dbec 100644 --- a/apps/portal/src/pages/_app.tsx +++ b/apps/portal/src/pages/_app.tsx @@ -11,6 +11,7 @@ import AppShell from '~/components/global/AppShell'; import type { AppRouter } from '~/server/router'; +import '@tih/ui/styles.css'; import '~/styles/globals.css'; const MyApp: AppType<{ session: Session | null }> = ({ diff --git a/apps/portal/src/pages/profile.tsx b/apps/portal/src/pages/profile.tsx index bf849d02..26d1ef27 100644 --- a/apps/portal/src/pages/profile.tsx +++ b/apps/portal/src/pages/profile.tsx @@ -9,8 +9,8 @@ export default function ProfilePage() { } return ( -
-

Profile

+
+

Profile

{session?.user?.image && ( {session?.user?.email +
+

+ Please help moi, applying for medtech startups in Singapore +

+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Hello
+
+
+
+
+ ); +}