From 19956127c4f2ff5a82fb987e06dc939c5bc74e05 Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Sat, 20 Sep 2025 12:20:25 +0100 Subject: [PATCH] added pieces quote --- src/routes/quotes.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/routes/quotes.ts b/src/routes/quotes.ts index 9882682..1155953 100644 --- a/src/routes/quotes.ts +++ b/src/routes/quotes.ts @@ -50,4 +50,9 @@ export let quotes: Quote[] = [ author: "brakence", source: "5g", }, + { + content: "Seven days a week, it's time to make it count", + author: "Jaron", + source: "PIECES", + }, ]; \ No newline at end of file