Skip to content

Commit

Permalink
commented out song based
Browse files Browse the repository at this point in the history
  • Loading branch information
zazedd committed May 21, 2023
1 parent 4135a48 commit 37df58d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions src/Common.elm
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,16 @@ sidebar model =
, span [ id "sidebar-option-text2" ] [ text "mood based" ]
]
]
, a [ href "#" ]
[ span [ class "material-symbols-outlined" ]
[ text "music_note" ]
, span [ class "sidebar-option-text" ]
[ text (nbsp ++ nbsp ++ nbsp)
, text "/"
, text (nbsp ++ nbsp ++ nbsp)
, span [ id "sidebar-option-text2" ] [ text "song based" ]
]
]
-- , a [ href "#" ]
-- [ span [ class "material-symbols-outlined" ]
-- [ text "music_note" ]
-- , span [ class "sidebar-option-text" ]
-- [ text (nbsp ++ nbsp ++ nbsp)
-- , text "/"
-- , text (nbsp ++ nbsp ++ nbsp)
-- , span [ id "sidebar-option-text2" ] [ text "song based" ]
-- ]
-- ]
, a [ href "/name" ]
[ span [ class "material-symbols-outlined" ]
[ text "search" ]
Expand Down
4 changes: 2 additions & 2 deletions src/Name.elm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Name exposing (name)

import Common exposing (..)
import Html exposing (Html, button, div, h1, img, input, label, option, p, select, source, span, text, video)
import Html.Attributes exposing (autoplay, class, classList, disabled, for, height, href, id, loop, src, step, style, type_, value, width)
import Html exposing (Html, button, div, h1, input, p, source, text, video)
import Html.Attributes exposing (autoplay, class, classList, disabled, id, loop, src, style, type_)
import Html.Attributes.Aria exposing (ariaLabel)
import Html.Events exposing (onClick, onInput)
import Types exposing (Model, Msg(..))
Expand Down

0 comments on commit 37df58d

Please sign in to comment.