mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -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(..)
|
( ThemeColor(..)
|
||||||
, getThemeColor
|
, 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.Icons exposing (copyLink)
|
||||||
import Config.Style.Icons.Types as TySvg
|
import Config.Style.Icons.Types as TySvg
|
||||||
exposing
|
exposing
|
||||||
|
@ -584,7 +584,8 @@ reductioMaker device dodge =
|
||||||
reasonMaker : Device -> Dodge -> Element msg
|
reasonMaker : Device -> Dodge -> Element msg
|
||||||
reasonMaker device dodge =
|
reasonMaker device dodge =
|
||||||
detailFormat paragraph
|
detailFormat paragraph
|
||||||
[ text <|
|
[ el [ defaultFontSize ] <|
|
||||||
|
text <|
|
||||||
case dodge.dodgeNicksDoxasticReason of
|
case dodge.dodgeNicksDoxasticReason of
|
||||||
NoProp ->
|
NoProp ->
|
||||||
"There is no proposition to evaluate."
|
"There is no proposition to evaluate."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue