Skip to content

Commit

Permalink
💄 Fix border on previous overview and recommendation copy
Browse files Browse the repository at this point in the history
  • Loading branch information
astroash committed Dec 14, 2017
1 parent 62ec9b1 commit 4cb62ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/elm/Routes/PreviousDetailPage.elm
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ previousDetailPage model =
recommendItem : Recommendation -> Html Msg
recommendItem rec =
div []
[ p [] [ text <| "Shared with " ++ rec.name ++ " from " ++ rec.organisation ]
[ p [] [ text <| "Recommended " ++ rec.name ++ " from " ++ rec.organisation ]
]


Expand Down
2 changes: 1 addition & 1 deletion src/elm/Routes/PreviousOverviewPage.elm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ previousOverviewPage model =
, p [ class "blue center db tc" ] [ text "Search by name, tags or organisation" ]
, input [ class "center db b-input pa2 ma2 w8", onInput SetSearchInput, value model.searchInput, placeholder "search" ] []
, section
[ class "center absolute imageInteractionItem bt b--light-blue br0 w-100" ]
[ class "center absolute imageInteractionItem bt bw1 b--light-blue br0 w-100" ]
(interactionContent
model
)
Expand Down

0 comments on commit 4cb62ac

Please sign in to comment.