diff --git a/ui/src/ui/components/tailwind/list/ListRow.scala b/ui/src/ui/components/tailwind/list/ListRow.scala index e4a5bc5..e37682b 100644 --- a/ui/src/ui/components/tailwind/list/ListRow.scala +++ b/ui/src/ui/components/tailwind/list/ListRow.scala @@ -10,7 +10,7 @@ extension (a: A) def asListRow: ListRow final case class ListRow( - title: String, + title: HtmlElement, topRight: Modifier[HtmlElement], bottomLeft: Modifier[HtmlElement], bottomRight: Modifier[HtmlElement],