From 24aa1c65623c33974b029cc55aa5db6a59bfdc3e Mon Sep 17 00:00:00 2001 From: Evert Arias Date: Fri, 3 Apr 2020 13:17:11 -0400 Subject: [PATCH] Remove profile anchor text-decoration --- src/styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`