Remove old header title.

This commit is contained in:
Dillon Kearns 2022-08-12 08:33:49 -07:00
parent 008e13fba5
commit 4d4ac95fbc
2 changed files with 1 additions and 8 deletions

View File

@ -102,14 +102,7 @@ view sharedData page model toMsg pageView =
[ Attr.style "display" "flex"
, Attr.style "justify-content" "space-evenly"
]
[ Html.span [ Attr.class "icon" ]
[ Html.text " "
, Html.kbd [] [ Html.text "Ctrl" ]
, Html.text "+"
, Html.kbd [] [ Html.text "R" ]
, Html.text " Smoothies"
]
]
[]
, Html.div
[ Attr.style "padding" "40px"
]

View File