diff options
author | Miguel Ángel Moreno <mail@migalmoreno.com> | 2024-03-10 23:24:55 +0100 |
---|---|---|
committer | Miguel Ángel Moreno <mail@migalmoreno.com> | 2024-03-10 23:24:55 +0100 |
commit | ea4e8af97fa903da88f6e3139b4230e59b1bcea6 (patch) | |
tree | 9e3ba86f719c91790fa9da41625b7d0e37664821 /src/frontend/tubo/views/channel.cljs | |
parent | c0627bbd05a29d3261d39393f929435404d4deaf (diff) |
chore(frontend): rename more-menu to popover-menu
Diffstat (limited to 'src/frontend/tubo/views/channel.cljs')
-rw-r--r-- | src/frontend/tubo/views/channel.cljs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/tubo/views/channel.cljs b/src/frontend/tubo/views/channel.cljs index f55653a..30eab12 100644 --- a/src/frontend/tubo/views/channel.cljs +++ b/src/frontend/tubo/views/channel.cljs @@ -33,7 +33,7 @@ [:i.fa-solid.fa-users.text-xs] [:span.mx-2 (.toLocaleString subscriber-count)]])]] (when related-streams - [layout/more-menu !menu-active? + [layout/popover-menu !menu-active? [{:label "Add to queue" :icon [:i.fa-solid.fa-headphones] :on-click #(rf/dispatch [::events/enqueue-related-streams related-streams])}]])] |