mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-27 09:44:39 +00:00
feat: add quote
This commit is contained in:
parent
5d42971756
commit
f3ecc74501
1 changed files with 1 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue