Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AmendsenProject
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shaik Janipasha
AmendsenProject
Commits
1af81d57
Unverified
Commit
1af81d57
authored
Jun 22, 2020
by
Tamika Tannis
Committed by
GitHub
Jun 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update user icon on ProfilePage (#493)
parent
74e7bed9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
_icons.scss
amundsen_application/static/css/_icons.scss
+5
-0
index.tsx
...en_application/static/js/components/ProfilePage/index.tsx
+1
-1
No files found.
amundsen_application/static/css/_icons.scss
View file @
1af81d57
...
...
@@ -183,6 +183,11 @@ img.icon {
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
{
-webkit-mask-image
:
url('/static/images/icons/More.svg')
;
mask-image
:
url('/static/images/icons/More.svg')
;
...
...
amundsen_application/static/js/components/ProfilePage/index.tsx
View file @
1af81d57
...
...
@@ -269,7 +269,7 @@ export class ProfilePage extends React.Component<
target=
"_blank"
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
>
</
a
>
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment