diff --git a/frontend/src/Pages/Debate.elm b/frontend/src/Pages/Debate.elm index e11778e..e8a58bb 100755 --- a/frontend/src/Pages/Debate.elm +++ b/frontend/src/Pages/Debate.elm @@ -270,6 +270,33 @@ argumentList = ] } , { argumentTitle = "" + , propositionTitle = "" + , propositionSummary = "" + , definitionTable = + [ { definiendum = "" + , definiens = "" + } + , { definiendum = "" + , definiens = "" + } + ] + , argumentFormalization = + [ { premises = + [ { premise = "" + , notation = "" + } + , { premise = "" + , notation = "" + } + , { premise = "." + , notation = "" + } + ] + , conclusion = "" + , conclusionNotation = "" + } + ] + },{ argumentTitle = "" , propositionTitle = "" , propositionSummary = "" , definitionTable = diff --git a/frontend/src/Pages/Dodgers.elm b/frontend/src/Pages/Dodgers.elm index e49a354..21c0c41 100755 --- a/frontend/src/Pages/Dodgers.elm +++ b/frontend/src/Pages/Dodgers.elm @@ -117,7 +117,7 @@ makeRow makeRowInput = let cuckImageFormat : List (Attribute msg) cuckImageFormat = - [ centerX, centerY, D.rounded 100, clip, width <| px 100 ] + [ centerX, centerY, D.rounded 100, clip, width <| px 80 ] dodgeRows : List (Element msg) dodgeRows = diff --git a/frontend/static/cucks/bartkay2.png b/frontend/static/cucks/bartkay2.png new file mode 100755 index 0000000..dd7e30e Binary files /dev/null and b/frontend/static/cucks/bartkay2.png differ