Skip to content

Commit

Permalink
make sure links work in reactor
Browse files Browse the repository at this point in the history
  • Loading branch information
evancz committed Jul 16, 2019
1 parent 388f37e commit a88aeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactor/src/Index/Navigator.elm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ view root dirs =
, style "align-items" "center"
, style "height" "40px"
]
(makeLinks root dirs "/" [])
(makeLinks root dirs "" [])


makeLinks : String -> List String -> String -> List (Html msg) -> List (Html msg)
Expand Down

0 comments on commit a88aeb0

Please sign in to comment.