Unverified Commit 1af81d57 authored by Tamika Tannis's avatar Tamika Tannis Committed by GitHub

Update user icon on ProfilePage (#493)

parent 74e7bed9
...@@ -183,6 +183,11 @@ img.icon { ...@@ -183,6 +183,11 @@ img.icon {
mask-image: url('/static/images/icons/Up.svg'); mask-image: url('/static/images/icons/Up.svg');
} }
&.icon-user {
-webkit-mask-image: url('/static/images/icons/users.svg');
mask-image: url('/static/images/icons/users.svg');
}
&.icon-more { &.icon-more {
-webkit-mask-image: url('/static/images/icons/More.svg'); -webkit-mask-image: url('/static/images/icons/More.svg');
mask-image: url('/static/images/icons/More.svg'); mask-image: url('/static/images/icons/More.svg');
......
...@@ -269,7 +269,7 @@ export class ProfilePage extends React.Component< ...@@ -269,7 +269,7 @@ export class ProfilePage extends React.Component<
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
> >
<span className="icon icon-dark icon-users" /> <img className="icon icon-dark icon-user" alt="" />
<span className="profile-link-label body-2">{PROFILE_TEXT}</span> <span className="profile-link-label body-2">{PROFILE_TEXT}</span>
</a> </a>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment