Skip to content

Commit 9e61a88

Browse files
committed
- Removed download attribute
1 parent 1faa799 commit 9e61a88

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ class LinkItem extends React.Component {
133133
{!!link.isDownloadable && !updateLink && !deleteLink && !onSelectChange && (
134134
<a
135135
href={link.url}
136-
download={link.url}
137136
styleName="button download"
138137
target="_blank"
139138
rel="noopener noreferrer"

0 commit comments

Comments
 (0)