mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 12:55:12 -05:00
feat: fixed receipts
This commit is contained in:
parent
10e73d403d
commit
803f08b9f7
6 changed files with 14 additions and 8 deletions
|
@ -418,7 +418,7 @@ circumstance cuck dodge =
|
|||
text "Chose to gesture vaguely instead of engaging"
|
||||
, el [ F.color colourTheme.textLightGrey ] <|
|
||||
text "."
|
||||
, receipts cuck dodge
|
||||
-- , receipts cuck dodge
|
||||
]
|
||||
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@ import Config.Helpers.CardFormat
|
|||
, mobileImageSize
|
||||
, topLevelBox
|
||||
)
|
||||
import Config.Helpers.Converters exposing (toTitleCase)
|
||||
import Config.Helpers.Format
|
||||
exposing
|
||||
( paragraphFontSize
|
||||
|
@ -36,7 +37,6 @@ import Config.Helpers.StrengthBar
|
|||
import Config.Helpers.ToolTip exposing (tooltip)
|
||||
import Config.Helpers.Viewport exposing (resetViewport)
|
||||
import Config.Pages.Debate.Arguments.Types exposing (..)
|
||||
import Config.Helpers.Converters exposing (toTitleCase)
|
||||
import Config.Pages.Debate.Gibberish.List exposing (gibberishList)
|
||||
import Config.Pages.Debate.Gibberish.Records.Epistemology exposing (epistemologyGibberish)
|
||||
import Config.Pages.Debate.Gibberish.Records.Metaphysics exposing (metaphysicsGibberish)
|
||||
|
@ -318,8 +318,8 @@ makeTerms bar index terms =
|
|||
[]
|
||||
[ el [ F.color colourTheme.textLightOrange ] <|
|
||||
text <|
|
||||
String.toLower "\""
|
||||
++ terms.term
|
||||
"\""
|
||||
++ String.toLower terms.term
|
||||
++ "\""
|
||||
]
|
||||
, bar terms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue