Skip to content

Commit

Permalink
re-add missing div
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz committed Oct 14, 2024
1 parent e109aeb commit f9c0bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/widget/infobox/widget_infobox_title.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ local Title = Class.new(

---@return string?
function Title:render()
return HtmlWidgets.Div{
return HtmlWidgets.Div{children = HtmlWidgets.Div{
children = self.props.children,
classes = {'infobox-header', 'wiki-backgroundcolor-light', 'infobox-header-2'}
}
}}
end

return Title

0 comments on commit f9c0bca

Please sign in to comment.