Skip to content

Commit 6f0ce5c

Browse files
author
Aishwarya Nair
committed
remove unwanted comment from user profile and adjust lang drop down width
1 parent 07ae864 commit 6f0ce5c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Frontend/src/Components/LandingPage/UserProfile.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
}
9999

100100
.edit-profile-language-dropdown {
101-
width: 50%;
101+
width: 35%;
102102
height: fit-content;
103103
font-size: 16px;
104104
background: none;

Frontend/src/Components/LandingPage/UserProfile.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ export const UserProfile = ({setUsername}) => {
5757
<div className="profile-info">
5858
<div className="profile-field">Preferred Language</div>
5959
{isEdit ? (
60-
// <input type="text" className="profile-input" defaultValue = {getUserPreferredLanguage()}
61-
// onChange = {(e) => {setLang(e.target.value)}}/>
6260
<select
6361
value={lang}
6462
onChange={(e) => {

0 commit comments

Comments
 (0)