Skip to content

Commit

Permalink
Add/use 64x64 icon
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenegriffin committed Jun 8, 2022
1 parent abc0276 commit e7ec25d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@
<Resources>
<bt:Images>
<!-- MHA icon -->
<bt:Image id="mha-icon-16" DefaultValue="https://mha.azurewebsites.net/Resources/mhaLogo.jpg"/>
<bt:Image id="mha-icon-32" DefaultValue="https://mha.azurewebsites.net/Resources/mhaLogo.jpg"/>
<bt:Image id="mha-icon-80" DefaultValue="https://mha.azurewebsites.net/Resources/mhaLogo.jpg"/>
<bt:Image id="mha-icon-16" DefaultValue="https://mha.azurewebsites.net/Resources/mhaLogo64.jpg"/>
<bt:Image id="mha-icon-32" DefaultValue="https://mha.azurewebsites.net/Resources/mhaLogo64.jpg"/>
<bt:Image id="mha-icon-80" DefaultValue="https://mha.azurewebsites.net/Resources/mhaLogo64.jpg"/>
</bt:Images>
<bt:Urls>
<bt:Url id="functionFile" DefaultValue="https://mha.azurewebsites.net/Pages/Functions.html"/>
Expand Down
6 changes: 3 additions & 3 deletions ManifestDebugLocal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
<Resources>
<bt:Images>
<!-- MHA icon -->
<bt:Image id="mha-icon-16" DefaultValue="https://localhost:44336/Resources/mhaLogo.jpg"/>
<bt:Image id="mha-icon-32" DefaultValue="https://localhost:44336/Resources/mhaLogo.jpg"/>
<bt:Image id="mha-icon-80" DefaultValue="https://localhost:44336/Resources/mhaLogo.jpg"/>
<bt:Image id="mha-icon-16" DefaultValue="https://localhost:44336/Resources/mhaLogo64.jpg"/>
<bt:Image id="mha-icon-32" DefaultValue="https://localhost:44336/Resources/mhaLogo64.jpg"/>
<bt:Image id="mha-icon-80" DefaultValue="https://localhost:44336/Resources/mhaLogo64.jpg"/>
</bt:Images>
<bt:Urls>
<bt:Url id="functionFile" DefaultValue="https://localhost:44336/Pages/Functions.html"/>
Expand Down
6 changes: 3 additions & 3 deletions ManifestDebugServer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
<Resources>
<bt:Images>
<!-- MHA icon -->
<bt:Image id="mha-icon-16" DefaultValue="https://mha-test3ff4.azurewebsites.net/Resources/mhaLogo.jpg"/>
<bt:Image id="mha-icon-32" DefaultValue="https://mha-test3ff4.azurewebsites.net/Resources/mhaLogo.jpg"/>
<bt:Image id="mha-icon-80" DefaultValue="https://mha-test3ff4.azurewebsites.net/Resources/mhaLogo.jpg"/>
<bt:Image id="mha-icon-16" DefaultValue="https://mha-test3ff4.azurewebsites.net/Resources/mhaLogo64.jpg"/>
<bt:Image id="mha-icon-32" DefaultValue="https://mha-test3ff4.azurewebsites.net/Resources/mhaLogo64.jpg"/>
<bt:Image id="mha-icon-80" DefaultValue="https://mha-test3ff4.azurewebsites.net/Resources/mhaLogo64.jpg"/>
</bt:Images>
<bt:Urls>
<bt:Url id="functionFile" DefaultValue="https://mha-test3ff4.azurewebsites.net/Pages/Functions.html"/>
Expand Down
Binary file added src/Resources/mhaLogo64.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e7ec25d

Please sign in to comment.