Skip to content

Commit

Permalink
Changes download icons to cloud-download (#1688)
Browse files Browse the repository at this point in the history
And now they're all the same!
  • Loading branch information
Shrinks99 authored Apr 17, 2024
1 parent a833692 commit 6cabb9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export class ArchivedItemDetail extends TailwindElement {
size="small"
variant="primary"
>
<sl-icon slot="prefix" name="download"></sl-icon>
<sl-icon slot="prefix" name="cloud-download"></sl-icon>
${msg("Download Logs")}
</sl-button>`,
this.renderLogs(),
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/org/workflow-detail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ export class WorkflowDetail extends LiteElement {
size="small"
?disabled=${!isDownloadEnabled}
>
<sl-icon slot="prefix" name="download"></sl-icon>
<sl-icon slot="prefix" name="cloud-download"></sl-icon>
${msg("Download Logs")}
</sl-button>
</sl-tooltip>`;
Expand Down

0 comments on commit 6cabb9c

Please sign in to comment.