Bulma: strong

beta
Philippe Pittoli 2023-07-23 03:29:19 +02:00
parent a297cddb0e
commit ff46b7937a
1 changed files with 3 additions and 0 deletions

View File

@ -473,6 +473,9 @@ modal_domain_delete domain =
, HH.text "."
]
strong :: forall w i. String -> HH.HTML w i
strong str = HH.strong_ [ HH.text str ]
hr :: forall w i. HH.HTML w i
hr = HH.hr_