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 ae1ac9f

Browse files
author
Zubair Ahmed
authored
Merge pull request #17 from luixlacrux/open-in-a-new-tab
Fix typo on attribute target
2 parents ab67aa0 + 6c7d990 commit ae1ac9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/row-events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import moment from 'moment';
44

55
const RowEvent = props => {
66
return (
7-
<Card fluid raised targer="_blank" href={props.link}>
7+
<Card fluid raised target="_blank" href={props.link}>
88
<Card.Content>
99
<Card.Header>{props.name}</Card.Header>
1010
<div className="card_venue">

0 commit comments

Comments
 (0)