Use Link tag, instead of anchor tag

This commit is contained in:
Alicia Sykes
2024-05-20 22:34:50 +01:00
parent d2f58f40b5
commit 8a0ec5a7a7
4 changed files with 142 additions and 8 deletions

View File

@@ -44,8 +44,8 @@ const StyledSvg = styled.svg`
margin: 0 auto;
path {
fill: ${colors.primary};
&:nth-child(2) { opacity: 0.8; }
&:nth-child(3) { opacity: 0.5; }
&:nth-of-type(2) { opacity: 0.8; }
&:nth-of-type(3) { opacity: 0.5; }
}
`;