Skip to content

Commit

Permalink
Fix pic icon size in apps
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri authored Jun 21, 2024
1 parent 11f77a7 commit dc8f771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/apps/AsyncContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ const showRestrictedAccessWarning = () => {
v-if="icon.startsWith('http')"
:src="icon"
:alt="buttonName"
width="400"
height="400"
:width="sectionType === 'grid3' ? 128 : 24"
:height="sectionType === 'grid3' ? 128 : 24"
class="icon"
/>
<v-icon
Expand Down

0 comments on commit dc8f771

Please sign in to comment.