This commit is contained in:
2025-01-17 14:14:30 +01:00
parent 75d86e8ba4
commit 825ef49398
7 changed files with 61 additions and 61 deletions
+4 -4
View File
@@ -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>