mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-15 20:15:12 -05:00
feat: fixed criticism page
This commit is contained in:
parent
8999a483ab
commit
e6bece5ce9
1 changed files with 30 additions and 28 deletions
|
@ -327,38 +327,40 @@ termsAndConditions device =
|
||||||
]
|
]
|
||||||
, [ row []
|
, [ row []
|
||||||
[ detailFormat paragraph
|
[ detailFormat paragraph
|
||||||
[ detailBodyMaker TextLightGrey (text "You will post exactly this in the ")
|
[ paragraph [ F.alignLeft ]
|
||||||
, newTabLink []
|
[ detailBodyMaker TextLightGrey (text "You will post your criticism in the ")
|
||||||
{ url = "https://discord.com/channels/692563032546476062/826225570219687956"
|
, newTabLink []
|
||||||
, label = el orangeFormat <| detailBodyMaker TextLightOrange (text "💻┃general")
|
{ url = "https://discord.com/channels/692563032546476062/826225570219687956"
|
||||||
}
|
, label = el orangeFormat <| detailBodyMaker TextLightOrange (text "💻┃general")
|
||||||
, detailBodyMaker TextLightGrey (text " channel:")
|
|
||||||
]
|
|
||||||
, column
|
|
||||||
[ paddingEach
|
|
||||||
{ top = 10
|
|
||||||
, bottom = 10
|
|
||||||
, left = 0
|
|
||||||
, right = 0
|
|
||||||
}
|
|
||||||
, alignLeft
|
|
||||||
]
|
|
||||||
[ paragraph
|
|
||||||
[ paddingEach
|
|
||||||
{ top = 15
|
|
||||||
, bottom = 15
|
|
||||||
, left = 20
|
|
||||||
, right = 20
|
|
||||||
}
|
}
|
||||||
, backGroundCase
|
, detailBodyMaker TextLightGrey (text " channel with this exact format:")
|
||||||
, rounding
|
|
||||||
, width fill
|
|
||||||
, spacing 8
|
|
||||||
]
|
|
||||||
[ detailBodyMaker TextLightGrey (text "\"@Moderators I have a criticism for Nick.\"")
|
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
, column
|
||||||
|
[ paddingEach
|
||||||
|
{ top = 10
|
||||||
|
, bottom = 10
|
||||||
|
, left = 0
|
||||||
|
, right = 0
|
||||||
|
}
|
||||||
|
, alignLeft
|
||||||
|
]
|
||||||
|
[ paragraph
|
||||||
|
[ paddingEach
|
||||||
|
{ top = 15
|
||||||
|
, bottom = 15
|
||||||
|
, left = 20
|
||||||
|
, right = 20
|
||||||
|
}
|
||||||
|
, backGroundCase
|
||||||
|
, rounding
|
||||||
|
, width fill
|
||||||
|
, spacing 8
|
||||||
|
]
|
||||||
|
[ detailBodyMaker TextLightGrey (text "\"@Moderators I have a criticism for Nick.\"")
|
||||||
|
]
|
||||||
|
]
|
||||||
]
|
]
|
||||||
, [ row []
|
, [ row []
|
||||||
[ detailFormat paragraph
|
[ detailFormat paragraph
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue