mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: changed some stuff around
This commit is contained in:
parent
d03e4d23ee
commit
5afff4a0e4
9 changed files with 25 additions and 24 deletions
|
@ -3,7 +3,6 @@ module Pages.Arguments exposing (Model, Msg, page)
|
|||
import Config.Colour as T exposing (..)
|
||||
import Config.Format as O exposing (..)
|
||||
import Config.Identity as I exposing (..)
|
||||
import Debate.Helpers exposing (..)
|
||||
import Debate.Arguments.Medicine.ApoBCVD exposing (..)
|
||||
import Debate.Arguments.Nutrition.AnabolicKeto exposing (..)
|
||||
import Debate.Arguments.Nutrition.AntagonisticPleiotropy exposing (..)
|
||||
|
@ -53,6 +52,7 @@ import Debate.Arguments.Politics.BoobyTrapPagers exposing (..)
|
|||
import Debate.Arguments.Science.EpidemiologyCausality exposing (..)
|
||||
import Debate.Arguments.Science.FlatEarthDebunk exposing (..)
|
||||
import Debate.Arguments.Science.TruncatedMeta exposing (..)
|
||||
import Debate.Helpers exposing (..)
|
||||
import Effect exposing (Effect)
|
||||
import Element exposing (..)
|
||||
import Element.Border as D exposing (..)
|
||||
|
@ -178,11 +178,11 @@ debateList =
|
|||
, argumentOmega3Omega6Ratio
|
||||
, argumentPlantBasedCVDReversal
|
||||
, argumentPolyphenolReductio
|
||||
, argumentUnhealthyCoconutOil
|
||||
, argumentSodiumCVD
|
||||
, argumentTMAOCausality
|
||||
, argumentUnhealthyRedMeat
|
||||
, argumentUnhealthyCoconutOil
|
||||
, argumentUnhealthyProcessedMeat
|
||||
, argumentUnhealthyRedMeat
|
||||
, argumentUnhealthySaturatedFat
|
||||
]
|
||||
}
|
||||
|
@ -201,12 +201,12 @@ debateList =
|
|||
, argumentEthicalSlurs
|
||||
, argumentFineTuning
|
||||
, argumentImmortalityReductio
|
||||
, argumentVeganSocietyReductio
|
||||
, argumentOddOrderPredators
|
||||
, argumentOstroveganism
|
||||
, argumentPollinationReductio
|
||||
, argumentScratcherPioneers
|
||||
, argumentTransPeople
|
||||
, argumentVeganSocietyReductio
|
||||
]
|
||||
}
|
||||
, { categoryName = "Politics"
|
||||
|
@ -216,9 +216,9 @@ debateList =
|
|||
}
|
||||
, { categoryName = "Science"
|
||||
, arguments =
|
||||
[ argumentFlatEarthDebunk
|
||||
[ argumentEpidemiologyCausality
|
||||
, argumentFlatEarthDebunk
|
||||
, argumentTruncatedMeta
|
||||
, argumentEpidemiologyCausality
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue