feat: holy fuck

This commit is contained in:
Nick 2024-12-21 15:17:48 -06:00
parent 277ba17421
commit 4686c14667
184 changed files with 411 additions and 22 deletions

View file

@ -136,7 +136,7 @@ debateList device =
)
<|
List.concat
[ List.map (headerMaker device)
[ List.map (headerMaker device)
[ argumentHeader ]
, (case ( device.class, device.orientation ) of
_ ->
@ -153,6 +153,8 @@ argumentHeader =
"Arguments"
in
{ headerTitle = String.toUpper name
, hasImage = False
, hasLink = False
, headerBody = "This page features arguments that I hold to be sound. I'm open to hearing all challenges, as I am ready to engage with and defend any argument listed."
}