Skip to content

Commit

Permalink
Changed the absolute URL to relative URL
Browse files Browse the repository at this point in the history
  • Loading branch information
developingright authored and razzeee committed May 15, 2022
1 parent 03f6cb4 commit e4cc72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/RightSidebar.elm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ view { showRightSidebarMenu, showRightSidebarMenuMsg, clearPlaylistMsg, refreshP
Element.row []
[ image [ width (px 15), height (px 15), paddingXY 15 0 ]
{ description = ""
, src = "http://localhost:1234/logo.png"
, src = "logo.png"
}
, el [ Font.color (Element.rgb255 18 178 231) ] (text " Kodi")
]
Expand Down

0 comments on commit e4cc72c

Please sign in to comment.