new Quote("I never lose. I either win or learn.", "Nelson Mandela")

pull/5940/head
Thibault Duplessis 2020-01-20 12:08:37 -06:00
parent 87cd7da858
commit 8d08cb7c0e
1 changed files with 2 additions and 1 deletions

View File

@ -1581,7 +1581,8 @@ object Quote {
new Quote("All features for free; for everyone; forever.", "lichess.org"),
new Quote("We will never display ads.", "lichess.org"),
new Quote("We do not track you. It's a rare feature, nowadays.", "lichess.org"),
new Quote("Every chess player is a premium user.", "lichess.org")
new Quote("Every chess player is a premium user.", "lichess.org"),
new Quote("I never lose. I either win or learn.", "Nelson Mandela")
)
implicit def quoteWriter: OWrites[Quote] = OWrites { q =>