aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/Catalog.elm
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-12-27 07:01:43 +0000
committerAkshay <[email protected]>2020-12-27 07:01:43 +0000
commit192a5c36c46b50167461c3cf1d7afa069e816e01 (patch)
tree21cb11ff9adc35d3ddda98b6a29b7176cfcd25ed /frontend/src/Catalog.elm
parent546c3360c0d854d5c91430944e0f059a5001e986 (diff)
add more styles, profile page
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 ]