From d1011bd1f53917ae9d9a513a90d4c84d0ba68136 Mon Sep 17 00:00:00 2001 From: MythicalWillbur Date: Wed, 10 Dec 2025 13:53:20 -0600 Subject: [PATCH] impr(quotes): add English quote (@MythicalWillbur) (#7192) ### Description Added a quote in English from When Breath Becomes Air as I like the book. --------- Co-authored-by: Miodec --- frontend/static/quotes/english.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 784992e05..a3c8192e8 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -39099,6 +39099,12 @@ "source": "Heart of Darkness", "id": 7729, "length": 362 + }, + { + "text": "You can’t ever reach perfection, but you can believe in an asymptote toward which you are ceaselessly striving.", + "source": "When Breath Becomes Air", + "id": 7730, + "length": 111 } ] }