Skip to content

Commit

Permalink
docs(ld-icon): use identifier as file name
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur authored and renet committed Nov 30, 2021
1 parent ffb144c commit bfb5bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/components/docs-icon/docs-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class DocsIcon {
href={this.downloadUrl}
onContextMenu={this.isAnimation ? undefined : this.copyIdentifier}
slot="trigger"
download
download={this.identifier}
>
{this.isAnimation ? (
<lottie-player
Expand Down

0 comments on commit bfb5bb6

Please sign in to comment.