We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ae864 commit 6f0ce5cCopy full SHA for 6f0ce5c
Frontend/src/Components/LandingPage/UserProfile.css
@@ -98,7 +98,7 @@
98
}
99
100
.edit-profile-language-dropdown {
101
- width: 50%;
+ width: 35%;
102
height: fit-content;
103
font-size: 16px;
104
background: none;
Frontend/src/Components/LandingPage/UserProfile.jsx
@@ -57,8 +57,6 @@ export const UserProfile = ({setUsername}) => {
57
<div className="profile-info">
58
<div className="profile-field">Preferred Language</div>
59
{isEdit ? (
60
- // <input type="text" className="profile-input" defaultValue = {getUserPreferredLanguage()}
61
- // onChange = {(e) => {setLang(e.target.value)}}/>
62
<select
63
value={lang}
64
onChange={(e) => {
0 commit comments