Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit b751b12

Browse files
author
z
committed
changed a to div for card
1 parent 6cae447 commit b751b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/events/event-card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import StreamIcon from 'react-icons/lib/md/desktop-mac';
88

99
import { Button, graySecondary } from '../../utils/base.styles';
1010

11-
const Card = styled.a`
11+
const Card = styled.div`
1212
text-decoration: none;
1313
width: calc(100% - 40px);
1414
margin: 20px;

0 commit comments

Comments
 (0)