mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: fucked around and found out
This commit is contained in:
parent
9bf6a9703c
commit
a121a5a66c
2 changed files with 187 additions and 153 deletions
|
@ -23,6 +23,7 @@ argumentMaker argument =
|
|||
argRows : List (Element msg)
|
||||
argRows =
|
||||
let
|
||||
argumentFormatting : List (Attribute msg)
|
||||
argumentFormatting =
|
||||
[ centerX, F.center, spacing 3 ]
|
||||
in
|
||||
|
@ -60,6 +61,7 @@ argumentMaker argument =
|
|||
)
|
||||
argument.argumentFormalization
|
||||
|
||||
maybeReductioField : Element msg
|
||||
maybeReductioField =
|
||||
case argument.propositionReductio of
|
||||
"" ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue