diff --git a/src/app/profile/create/ProfileCreationHandler.tsx b/src/app/profile/create/ProfileCreationHandler.tsx index 10af515..1aa3a98 100644 --- a/src/app/profile/create/ProfileCreationHandler.tsx +++ b/src/app/profile/create/ProfileCreationHandler.tsx @@ -1,5 +1,6 @@ 'use client'; +import { Box, CircularProgress, Typography } from '@mui/material'; import { useRouter, useSearchParams } from 'next/navigation'; import { useEffect, useState } from 'react'; @@ -203,12 +204,21 @@ export function ProfileCreationHandler({ return ( <> {loadingUser ? ( -
-
-
-

Preparing your profile…

-
-
+ + + + Preparing your profile… + + ) : ( - {/* Feedback - Desktop Only */} - - - - {showBackButton && ( - {/* Right Section - Feedback, Add Button, Notifications & User Avatar */} + {/* Right Section - Add Button, Notifications & User Avatar. + Feedback lives in the single floating button (bottom-right). */} - {/* Feedback - Desktop Only */} - - - - {/* Add Stuff Button - Desktop Only */}