From c094fb8694b59d409c386b59e150b440583add66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imr=C4=81n=20Nazir?= Date: Tue, 24 Jan 2023 15:28:28 +0000 Subject: [PATCH] Update quotes.ts --- src/quotes.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/quotes.ts b/src/quotes.ts index 902036d..58d5b18 100644 --- a/src/quotes.ts +++ b/src/quotes.ts @@ -4,6 +4,10 @@ export interface Quote { } const quotes: Quote[] = [ + { + text:"Remember that failure is an event, not a person.", + author:"Z. Ziglar" + }, { text:"You miss 100% of the shots you don't take.", author:"W. Gretzky"