mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-15 12:05:12 -05:00
feat: tidying up
This commit is contained in:
parent
a06a938a3b
commit
1a426736a7
2 changed files with 10 additions and 9 deletions
0
frontend/src/Config/Pages/Contact/Records.elm
Normal file → Executable file
0
frontend/src/Config/Pages/Contact/Records.elm
Normal file → Executable file
|
@ -44,7 +44,7 @@ import Config.Style.Colour.Helpers
|
|||
( ThemeColor(..)
|
||||
, getThemeColor
|
||||
)
|
||||
import Config.Style.Fonts exposing (smallTextFontSize)
|
||||
import Config.Style.Fonts exposing (defaultFontSize, smallTextFontSize)
|
||||
import Config.Style.Icons.Icons exposing (copyLink)
|
||||
import Config.Style.Icons.Types as TySvg
|
||||
exposing
|
||||
|
@ -584,14 +584,15 @@ reductioMaker device dodge =
|
|||
reasonMaker : Device -> Dodge -> Element msg
|
||||
reasonMaker device dodge =
|
||||
detailFormat paragraph
|
||||
[ text <|
|
||||
case dodge.dodgeNicksDoxasticReason of
|
||||
NoProp ->
|
||||
"There is no proposition to evaluate."
|
||||
[ el [ defaultFontSize ] <|
|
||||
text <|
|
||||
case dodge.dodgeNicksDoxasticReason of
|
||||
NoProp ->
|
||||
"There is no proposition to evaluate."
|
||||
|
||||
VagueProp ->
|
||||
"The proposition is too vague to evaluate."
|
||||
VagueProp ->
|
||||
"The proposition is too vague to evaluate."
|
||||
|
||||
SpecificPropReason str ->
|
||||
str
|
||||
SpecificPropReason str ->
|
||||
str
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue