lllll
This commit is contained in:
@@ -32,7 +32,7 @@ const Profile = () => {
|
||||
</Typography>
|
||||
|
||||
<Typography variant="h5" sx={{ mb: 2, color: '#fff' }}>
|
||||
Your Characters
|
||||
Deine Charaktere
|
||||
</Typography>
|
||||
|
||||
<Grid2 container spacing={3}>
|
||||
@@ -52,13 +52,13 @@ const Profile = () => {
|
||||
{character.CharName}
|
||||
</Typography>
|
||||
<Typography variant="body2" sx={{ color: '#bbb', mb: 0.5 }}>
|
||||
Race: {character.Race}
|
||||
Rasse: {character.Race}
|
||||
</Typography>
|
||||
<Typography variant="body2" sx={{ color: '#bbb' }}>
|
||||
Age: {character.Age}
|
||||
Alter: {character.Age}
|
||||
</Typography>
|
||||
<Typography variant="body2" sx={{ color: '#bbb', mt: 1 }}>
|
||||
Sex: {character.Sex}
|
||||
Geschlecht: {character.Sex}
|
||||
</Typography>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user