Skip to content

Commit

Permalink
fix: remove target blank
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone committed Oct 9, 2020
1 parent 16717fb commit c2bdecd
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,7 @@ export default class ImageCard extends React.Component {
);
} else {
cardContainer = (
<a
target="_blank"
rel="noopener noreferrer"
href={href}
className={carbonTileclassNames}>
<a href={href} className={carbonTileclassNames}>
{cardContent}
</a>
);
Expand Down

0 comments on commit c2bdecd

Please sign in to comment.