Skip to content

Commit

Permalink
rename 'about' section to 'usage' for #56
Browse files Browse the repository at this point in the history
  • Loading branch information
morganastra committed Sep 23, 2016
1 parent 4cecb13 commit 0729341
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resources/pronouns.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ footer {
.title {
}

.about {
.usage {
}

.contact {
Expand Down
6 changes: 3 additions & 3 deletions src/pronouns/pages.clj
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
(possessive-pronoun-example possessive-pronoun)
(reflexive-example subject reflexive)]]))

(defn about-block []
[:div {:class "section about"}
(defn usage-block []
[:div {:class "section usage"}
[:p "Full usage: "
[:tt "http://pronoun.is/subject-pronoun/object-pronoun/possessive-determiner/possessive-pronoun/reflexive"]
" displays examples of your pronouns."]
Expand All @@ -98,7 +98,7 @@
[:p "<3"]]))

(defn footer-block []
[:footer (about-block) (contact-block)])
[:footer (usage-block) (contact-block)])

(defn format-pronoun-examples
[pronoun-declensions]
Expand Down

0 comments on commit 0729341

Please sign in to comment.