Skip to content

Commit 1faa799

Browse files
committed
- Fixed download support for download icon.
1 parent ca082ff commit 1faa799

File tree

1 file changed

+2
-0
lines changed
  • src/projects/detail/components/timeline/LinkItem

1 file changed

+2
-0
lines changed

src/projects/detail/components/timeline/LinkItem/LinkItem.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ class LinkItem extends React.Component {
135135
href={link.url}
136136
download={link.url}
137137
styleName="button download"
138+
target="_blank"
139+
rel="noopener noreferrer"
138140
/>
139141
)}
140142

0 commit comments

Comments
 (0)