This commit is contained in:
Marces Zastrow
2025-01-10 12:45:13 +01:00
parent 9c45795e80
commit 405ab75dec
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -57,6 +57,9 @@ const Profile = () => {
<Typography variant="body2" sx={{ color: '#bbb' }}>
Age: {character.Age}
</Typography>
<Typography variant="body2" sx={{ color: '#bbb', mt: 1 }}>
Sex: {character.Sex}
</Typography>
</CardContent>
</Card>
</Link>