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];