Skip to content

Commit

Permalink
improve png
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Oct 30, 2024
1 parent 950cac9 commit 5843312
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file removed public/static/images/voice-assistant/hi.gif
Binary file not shown.
Binary file added public/static/images/voice-assistant/hi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/images/voice-assistant/update.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class HaVoiceAssistantSetupStepCheck extends LitElement {
>
<ha-button @click=${this._testConnection}>Retry</ha-button>
</div>`
: html`<img src="/static/images/voice-assistant/hi.gif" />
: html`<img src="/static/images/voice-assistant/hi.png" />
<h1>Hi</h1>
<p class="secondary">
Over the next couple steps we're going to personalize your voice
Expand Down

0 comments on commit 5843312

Please sign in to comment.