diff --git a/src/styles.js b/src/styles.js index 737faa3..55cb818 100644 --- a/src/styles.js +++ b/src/styles.js @@ -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`