We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e236798 commit 8cf9ab2Copy full SHA for 8cf9ab2
src/components/common/TagItem.tsx
@@ -4,6 +4,7 @@ import { themedPalette } from '../../lib/styles/themes';
4
import { Link } from 'react-router-dom';
5
import { escapeForUrl } from '../../lib/utils';
6
import media from '../../lib/styles/media';
7
+import VLink from './VLink';
8
9
type TagItemProps = {
10
name: string;
@@ -46,7 +47,7 @@ const TagDiv = styled.div`
46
47
${tagStyle}
48
`;
49
-const TagLink = styled(Link)`
50
+const TagLink = styled(VLink)`
51
52
&:hover {
53
opacity: 0.75;
0 commit comments