Skip to content

Commit

Permalink
https://github.com/bonfire-networks/bonfire-app/issues/860
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Mar 11, 2024
1 parent 7c5b30e commit 273339c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/web/components/widget_tags/widget_tags_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ defmodule Bonfire.Tag.Web.WidgetTagsLive do
use Bonfire.UI.Common.Web, :stateless_component

prop widget_title, :string, default: nil
prop wrapper_class, :string, default: nil
end
2 changes: 1 addition & 1 deletion lib/web/components/widget_tags/widget_tags_live.sface
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{#match trending when is_list(trending)}
<Bonfire.UI.Common.WidgetBlockLive
widget_title={@widget_title || l("Trending topics")}
class="relative w-full mx-auto rounded-xl bg-base-content/5"
class={@wrapper_class || "relative w-full mx-auto rounded-xl bg-base-content/5"}
title_class="mx-4 py-3 text-base-content/90 pb-2 text-lg font-bold tracking-wide"
>
<ul class="menu p-0">
Expand Down

0 comments on commit 273339c

Please sign in to comment.