diff --git a/lib/vyasa/display/user_mode.ex b/lib/vyasa/display/user_mode.ex index d48c74d4..319aaee4 100644 --- a/lib/vyasa/display/user_mode.ex +++ b/lib/vyasa/display/user_mode.ex @@ -35,8 +35,8 @@ defmodule Vyasa.Display.UserMode do mode_icon_name: "hero-pencil-square", # TODO: add drafting form for this # TODO: to test swaps of action bar component - # action_bar_component: VyasaWeb.MediaLive.MediaBridge, - action_bar_component: nil, + action_bar_component: VyasaWeb.MediaLive.MediaBridge, + # action_bar_component: nil, control_panel_component: VyasaWeb.ControlPanel } } diff --git a/lib/vyasa_web/components/layouts/display_manager.html.heex b/lib/vyasa_web/components/layouts/display_manager.html.heex index 786c6227..2cfa7045 100644 --- a/lib/vyasa_web/components/layouts/display_manager.html.heex +++ b/lib/vyasa_web/components/layouts/display_manager.html.heex @@ -4,7 +4,7 @@ <%= if @mode.action_bar_component do %>