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