+
This commit is contained in:
@@ -26,7 +26,7 @@ const Profile = () => {
|
||||
}, [userId]);
|
||||
|
||||
return (
|
||||
<Box sx={{ p: 3 }}>
|
||||
<Box sx={{ p: 3, background: 'rgba(30, 30, 47, 0.9)', borderRadius: '8px', marginTop: '40px' }}>
|
||||
<Typography variant="h4" sx={{ mb: 4, color: '#fff' }}>
|
||||
Benutzerprofil: {username}
|
||||
</Typography>
|
||||
|
||||
Reference in New Issue
Block a user