feat: add quote

This commit is contained in:
Johannes Millan 2024-06-05 09:39:49 +02:00
parent 5d42971756
commit f3ecc74501

View file

@ -339,6 +339,7 @@ TODO configure more restrictive Content-Security-Policy
'Embrace Progress over Achievement',
'Its 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];