make number clearer

pull/2/head
Aevann1 2022-11-21 21:02:21 +02:00
parent e27bebcb06
commit 71a5b763dc
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@
</script>
{% endif %}
{% if request.path == '/' and time.time() > session.get('tooltip_last_dismissed',0)+60*60*24*30 %}
{% if request.path == '/' and time.time() > session.get('tooltip_last_dismissed',0)+86400*30 %}
<style>
.dismiss-beg {
color: #919191;