Merge pull request #87 from matschaffer/patch-1

Fix spacing on not-found message
This commit is contained in:
Morgan Astra 2018-11-14 01:11:32 -08:00 committed by GitHub
commit a1f10d3b04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,7 +167,7 @@
[:body [:body
(header-block title) (header-block title)
[:div {:class "section examples"} [:div {:class "section examples"}
[:p [:h2 (str "We couldn't find those pronouns in our database." [:p [:h2 (str "We couldn't find those pronouns in our database. "
"If you think we should have them, please reach out!")]]] "If you think we should have them, please reach out!")]]]
(footer-block)]]))) (footer-block)]])))