Skip to content

Commit

Permalink
add link to issues tracker
Browse files Browse the repository at this point in the history
fixes #138
  • Loading branch information
garbas committed Aug 7, 2020
1 parent 44cbea8 commit 7308584
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/Main.elm
Expand Up @@ -308,12 +308,18 @@ view model =
, footer
[ class "container text-center" ]
[ div []
[ span [] [ text "Elasticsearch instance graciously provided by " ]
, a [ href "https://bonsai.io" ] [ text "Bonsai" ]
[ span [] [ text "Please help us improve the search by " ]
, a
[ href "https://github.com/NixOS/nixos-search/issues"
]
[ text "reporting issues" ]
, span [] [ text "." ]
]
, div []
[ span [] [ text "❤️ Thank you ❤️ " ]
[ span [] [ text "❤️ " ]
, span [] [ text "Elasticsearch instance graciously provided by " ]
, a [ href "https://bonsai.io" ] [ text "Bonsai" ]
, span [] [ text ". Thank you! ❤️ " ]
]
]
]
Expand Down

0 comments on commit 7308584

Please sign in to comment.