feat: added dodgers

This commit is contained in:
Nick 2024-11-12 04:09:46 -06:00
parent 77ba154534
commit be90387ae7

View file

@ -222,7 +222,7 @@ dodgers =
] ]
, falseState = , falseState =
row [] row []
[ text "Nick leans " [ text "Nick leans more toward "
, text "FALSE" |> el [ F.bold ] , text "FALSE" |> el [ F.bold ]
, text " than true." , text " than true."
] ]
@ -337,7 +337,7 @@ dodgers =
, cuckDodges = , cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1687535030862831616" [ { dodgeLink = "https://x.com/TheNutrivore/status/1687535030862831616"
, dodgeDescription = dodgeType.noReply , dodgeDescription = dodgeType.noReply
, dodgeProposition = "\"Seed oils are not a significant, independent concern for public health.\"" , dodgeProposition = "\"seed oils are not a significant, independent concern for public health.\""
, dodgeNicksPosition = doxasticType.trueState , dodgeNicksPosition = doxasticType.trueState
} }
] ]