diff --git a/frontend/src/Main.elm b/frontend/src/Main.elm index 749c055..0175308 100644 --- a/frontend/src/Main.elm +++ b/frontend/src/Main.elm @@ -95,7 +95,7 @@ view state = , br [] [] , renderMUrl state.parsed ] - , input (myStyle2 [ placeholder ("https://" ++ hostname ++ "/////"), disabled True, value (displayMUrl state.parsed) ]) [] + , input (myStyle2 [ placeholder (hostname ++ "////"), disabled True, value (displayMUrl state.parsed) ]) [] ] ]