Skip to content

Commit 45849ec

Browse files
committed
adding noreferrer to anchor tag to avoid getting CL upset
1 parent 4a7801e commit 45849ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/assets/js/components/content/LocationsByDate/LocationItems/LocationItemLink/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const LocationItemLink = ({title, link}) =>{
55
return (
66
<li>
77
<a title={title}
8+
rel="noreferrer"
89
target="_blank"
910
href={link}>
1011
<span dangerouslySetInnerHTML={{__html:title}} />

0 commit comments

Comments
 (0)