diff --git a/src/index.html b/src/index.html
index 90baca52268..b98d2ed5ef2 100644
--- a/src/index.html
+++ b/src/index.html
@@ -331,6 +331,10 @@
Heading
'Always be kind to yourself',
'Productivity is impossible without good self care (at the very least in the long run).',
],
+ [
+ 'The path to progress is all about self evaluation',
+ 'From time to time you should reflect if your goals and methods serve you well.',
+ ],
];
var randomIndex = Math.floor(Math.random() * productivityTips.length);
document.getElementById('heading').innerText = productivityTips[randomIndex][0];