diff --git a/src/Mtlstats/Control/TitleScreen.hs b/src/Mtlstats/Control/TitleScreen.hs index 23e5bfc..f727add 100644 --- a/src/Mtlstats/Control/TitleScreen.hs +++ b/src/Mtlstats/Control/TitleScreen.hs @@ -24,18 +24,17 @@ along with this program. If not, see . module Mtlstats.Control.TitleScreen (titleScreenC) where import Brick.Types (BrickEvent (VtyEvent)) -import Brick.Widgets.Center (hCenter) -import Brick.Widgets.Core (str, vBox) import Control.Monad.State.Class (modify) import Data.Char (chr) import Graphics.Vty.Input.Events (Event (EvKey)) import Mtlstats.Actions import Mtlstats.Types +import Mtlstats.Util titleScreenC :: Controller titleScreenC = Controller - { drawController = const $ vBox $ map (hCenter . str) + { drawController = const $ linesToWidgetC $ [ "" , "MONTREAL CANADIENS STATISTICS" ]