fix: billableaua — >= 8h threshold for lifestyle verdict

This commit is contained in:
m
2026-04-02 10:52:14 +02:00
parent c9f97eb43f
commit e6d397a77b

View File

@@ -430,7 +430,7 @@
const perDayStr = perDay.toFixed(1).replace('.', ',');
let verdict = '';
if (perDay > 8) {
if (perDay >= 8) {
verdict = '<span class="verdict">Das ist kein Job. <span class="dim">Das ist ein Lifestyle.</span></span>';
} else if (perDay > 7) {
verdict = '<span class="verdict">Das ist die Theorie. <span class="dim">In der Praxis bist du l&auml;nger da.</span></span>';