Replace empty hrefs with a href #

This commit is contained in:
Eike Kettner
2020-12-17 21:15:33 +01:00
parent c9d4e8ec46
commit 69f57d1eb1
18 changed files with 35 additions and 35 deletions

View File

@ -230,7 +230,7 @@ loginInfo model =
, div [ class "divider" ] []
, a
[ class "icon item"
, href ""
, href "#"
, onClick Logout
]
[ i [ class "sign out icon" ] []