aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/Product.elm
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/Product.elm')
-rw-r--r--frontend/src/Product.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/Product.elm b/frontend/src/Product.elm
index 79256cc..0975c8d 100644
--- a/frontend/src/Product.elm
+++ b/frontend/src/Product.elm
@@ -287,7 +287,7 @@ viewProduct p =
287 [ css 287 [ css
288 [ cardSecondaryText 288 [ cardSecondaryText
289 , paddingBottom (px 3) 289 , paddingBottom (px 3)
290 , fontVariant smallCaps 290 , textTransform uppercase
291 ] 291 ]
292 ] 292 ]
293 [ text <| Maybe.withDefault "" p.kind ] 293 [ text <| Maybe.withDefault "" p.kind ]