Skip to content

Commit

Permalink
Fix custom page icon size for openHAB icons
Browse files Browse the repository at this point in the history
Regression from openhab#2340.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 committed Mar 4, 2024
1 parent 0f343f3 commit 0873550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/org.openhab.ui/web/src/components/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:class="{ currentsection: currentUrl === '/page/' + page.uid || currentUrl.indexOf('/page/' + page.uid + '/') === 0 }"
:link="'/page/' + page.uid"
:title="page.config.label" view=".view-main" panel-close>
<oh-icon slot="media" :icon="pageIcon(page)" />
<oh-icon slot="media" :icon="pageIcon(page)" height="18" width="18" />
</f7-list-item>
</f7-list>
<f7-block-title v-if="$store.getters.isAdmin" v-t="'sidebar.administration'" />
Expand Down

0 comments on commit 0873550

Please sign in to comment.