Skip to content

Commit

Permalink
Remove profile anchor text-decoration
Browse files Browse the repository at this point in the history
  • Loading branch information
Evert Arias committed Apr 3, 2020
1 parent 01b06fa commit 24aa1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Profile = styled.a`
margin: 1rem;
padding: 1rem;
color: inherit;
text-decoration: inherit;
text-decoration: none;
`;

export const Photo = styled.img`
Expand Down

0 comments on commit 24aa1c6

Please sign in to comment.