From fadbfb08bce5197404611c6ca94347e0b733b487 Mon Sep 17 00:00:00 2001 From: Viroopaksha Madduri Date: Sat, 2 May 2026 10:59:44 +0530 Subject: [PATCH 1/2] feat(quotes): add original quote by Viroopaksha M --- 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 0ac1c29a9451..38fb6a8656e8 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -39316,5 +39316,11 @@ "id": 7765, "length": 242 } + { + "text": "If you are wondering where to start, better start where you wonder.", + "source": "Viroopaksha M", + "id": 7766, + "length": 67 + } ] } From 11609180c17e6877ffba300b35dcc73dcad66616 Mon Sep 17 00:00:00 2001 From: Viroopaksha Madduri Date: Sat, 2 May 2026 11:01:50 +0530 Subject: [PATCH 2/2] fix(quotes): add missing comma in english.json --- frontend/static/quotes/english.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 38fb6a8656e8..2e5316966052 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -39315,7 +39315,7 @@ "source": "The Stanley Parable", "id": 7765, "length": 242 - } + }, { "text": "If you are wondering where to start, better start where you wonder.", "source": "Viroopaksha M",