diff --git a/backend/database.db b/backend/database.db index d0962dd..64fb0e8 100644 Binary files a/backend/database.db and b/backend/database.db differ diff --git a/frontend/src/pages/createCharacter.jsx b/frontend/src/pages/createCharacter.jsx index f8e1e47..ccbc023 100644 --- a/frontend/src/pages/createCharacter.jsx +++ b/frontend/src/pages/createCharacter.jsx @@ -148,7 +148,7 @@ const CreateCharacter = () => { height="300" image={imagePreview} alt="Character Preview" - sx={{ borderRadius: '3px', objectFit: 'cover', margin: '0 auto' }} + sx={{ borderRadius: '3px', objectFit: 'contain', margin: '0 auto', borderBottom: '1px solid #444' }} /> ) : ( diff --git a/frontend/src/pages/games.jsx b/frontend/src/pages/games.jsx index d1c8ef8..4fffb95 100644 --- a/frontend/src/pages/games.jsx +++ b/frontend/src/pages/games.jsx @@ -114,13 +114,13 @@ const GamesPage = () => { {/* Character Image and Details */} - + {character.CharName} diff --git a/frontend/src/pages/profile.jsx b/frontend/src/pages/profile.jsx index 00d2b2e..724c145 100644 --- a/frontend/src/pages/profile.jsx +++ b/frontend/src/pages/profile.jsx @@ -57,6 +57,9 @@ const Profile = () => { Age: {character.Age} + + Sex: {character.Sex} +