Skip to content

Commit 5a7d5b2

Browse files
committed
#992 - Show moon as icon for decaf
1 parent b4465af commit 5a7d5b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/bean-information/bean-information.component.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<ion-row>
55
<ion-col class="expand-fill-space" style="margin: auto 0;">
66
<div class="ion-no-padding font-size-20 ion-title no-overflow-ellipsis center-icons-to-text add-child-margin">
7+
@if ((bean.decaffeinated)) {
8+
<ion-icon name="moon">&nbsp;</ion-icon>
9+
}
710
@if ((bean | beanFunctionPipe: BEAN_FUNCTION_PIPE_ENUM.IS_FROZEN)) {
811
<ion-icon name="snow-outline">&nbsp;</ion-icon>
912
}

0 commit comments

Comments
 (0)