aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/Catalog.elm
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/Catalog.elm')
-rw-r--r--frontend/src/Catalog.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/Catalog.elm b/frontend/src/Catalog.elm
index 7e9bde7..d4cbf96 100644
--- a/frontend/src/Catalog.elm
+++ b/frontend/src/Catalog.elm
@@ -210,7 +210,7 @@ viewProduct p =
210 [ css 210 [ css
211 [ cardSecondaryText 211 [ cardSecondaryText
212 , paddingBottom (px 3) 212 , paddingBottom (px 3)
213 , fontVariant smallCaps 213 , textTransform uppercase
214 ] 214 ]
215 ] 215 ]
216 [ text <| Maybe.withDefault "" p.kind ] 216 [ text <| Maybe.withDefault "" p.kind ]