From f3ecc74501d4bf73cba23744bb82e7ab8bdffd5a Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Wed, 5 Jun 2024 09:39:49 +0200 Subject: [PATCH] feat: add quote --- src/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.html b/src/index.html index 1c72921c8f..0b89775178 100644 --- a/src/index.html +++ b/src/index.html @@ -339,6 +339,7 @@ TODO configure more restrictive Content-Security-Policy 'Embrace Progress over Achievement', 'It’s not about massive strides every day but the accumulation of small, incremental progress that leads to significant achievements over time.', ], + ["You don't need more time in your day. You need to decide.", '― Seth Godin'], ]; var randomIndex = Math.floor(Math.random() * productivityTips.length); document.getElementById('heading').innerText = productivityTips[randomIndex][0];