Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
examples/reason-react-app: fix links to post
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jan 23, 2018
1 parent 242f6c5 commit 1c9f3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/reason-react-app/src/components/Home.re
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let make = (~posts) => {
|> List.map(item =>
<li key=item##id>
<PhenomicPresetReactApp.Link
href=("blog/" ++ item##id ++ "/")>
href=("/blog/" ++ item##id ++ "/")>
(item##title |> text)
</PhenomicPresetReactApp.Link>
</li>
Expand Down

0 comments on commit 1c9f3f6

Please sign in to comment.