aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Example01.elm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Example01.elm')
-rw-r--r--examples/Example01.elm1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Example01.elm b/examples/Example01.elm
index 721cc0e..9401a99 100644
--- a/examples/Example01.elm
+++ b/examples/Example01.elm
@@ -142,6 +142,7 @@ view model =
|> E.fontScaledBy (float 0.8)
|> E.withFont (E.strings [ "DIN Offc Pro Medium" ])
]
+ , Layer.textTransform <| E.ifElse (E.getProperty (str "name_en") |> E.isEqual (str "Vienna")) E.uppercase E.none
]
, Layer.fill "changes"
"changes"