Changes download icons to cloud-download (#1688)

And now they're all the same!
This commit is contained in:
Henry Wilkinson 2024-04-17 15:27:38 -04:00 committed by GitHub
parent a8336925b6
commit 6cabb9c875
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -265,7 +265,7 @@ export class ArchivedItemDetail extends TailwindElement {
size="small" size="small"
variant="primary" variant="primary"
> >
<sl-icon slot="prefix" name="download"></sl-icon> <sl-icon slot="prefix" name="cloud-download"></sl-icon>
${msg("Download Logs")} ${msg("Download Logs")}
</sl-button>`, </sl-button>`,
this.renderLogs(), this.renderLogs(),

View File

@ -527,7 +527,7 @@ export class WorkflowDetail extends LiteElement {
size="small" size="small"
?disabled=${!isDownloadEnabled} ?disabled=${!isDownloadEnabled}
> >
<sl-icon slot="prefix" name="download"></sl-icon> <sl-icon slot="prefix" name="cloud-download"></sl-icon>
${msg("Download Logs")} ${msg("Download Logs")}
</sl-button> </sl-button>
</sl-tooltip>`; </sl-tooltip>`;