File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
components/EditProfilePage Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -165,28 +165,28 @@ export function PersonalInfoTab({
165
165
label = { t ( "socialLinks.twitter" ) }
166
166
defaultValue = { social ?. twitter }
167
167
className = "col-sm-12 col-md-6 mb-1"
168
- iconSrc = ". /twitter.svg"
168
+ iconSrc = "/twitter.svg"
169
169
{ ...register ( "twitter" ) }
170
170
/>
171
171
< SocialInput
172
172
label = { t ( "socialLinks.linkedIn" ) }
173
173
defaultValue = { social ?. linkedIn }
174
174
className = "col-sm-12 col-md-6 mb-1"
175
- iconSrc = ". /linkedin.svg"
175
+ iconSrc = "/linkedin.svg"
176
176
{ ...register ( "linkedIn" ) }
177
177
/>
178
178
< SocialInput
179
179
label = { t ( "socialLinks.blueSky" ) }
180
180
defaultValue = { social ?. blueSky }
181
181
className = "col-sm-12 col-md-6 mb-1"
182
- iconSrc = ". /bluesky.svg"
182
+ iconSrc = "/bluesky.svg"
183
183
{ ...register ( "blueSky" ) }
184
184
/>
185
185
< SocialInput
186
186
label = { t ( "socialLinks.mastodon" ) }
187
187
defaultValue = { social ?. mastodon }
188
188
className = "col-sm-12 col-md-6 mb-1"
189
- iconSrc = ". /mastodon.svg"
189
+ iconSrc = "/mastodon.svg"
190
190
{ ...register ( "mastodon" ) }
191
191
/>
192
192
{ isOrg && (
You can’t perform that action at this time.
0 commit comments