Lebensuhr: reuse morning icon for evening (rays stay above the sun)

This commit is contained in:
Marco
2026-08-26 15:25:08 +00:00
parent cfa658a210
commit e9a793db08
+3 -13
View File
@@ -101,18 +101,6 @@ function IconSunHigh() {
);
}
function IconSunset() {
return (
<svg width="44" height="40" viewBox="0 0 44 40" fill="none">
<line x1="4" y1="30" x2="40" y2="30" stroke="#f6a701" strokeWidth="2" strokeLinecap="round" />
<path d="M13 30a9 9 0 0 1 18 0" stroke="#f6a701" strokeWidth="2" strokeLinecap="round" />
<line x1="22" y1="35" x2="22" y2="30" stroke="#f6a701" strokeWidth="2" strokeLinecap="round" />
<line x1="9" y1="35" x2="13" y2="31" stroke="#f6a701" strokeWidth="2" strokeLinecap="round" />
<line x1="35" y1="35" x2="31" y2="31" stroke="#f6a701" strokeWidth="2" strokeLinecap="round" />
</svg>
);
}
// Same checkmark used by /7-tage-klarheits-check's "Das erwartet dich"
// checklist.
function Check() {
@@ -140,7 +128,9 @@ const phases = [
desc: "Nicht alles neu, sondern das Bestehende wird stärker: Erfahrung zahlt sich aus, Entscheidungen fallen leichter.",
},
{
icon: <IconSunset />,
// Same icon as the morning — a rising and a setting sun both show as
// the same arc-above-the-horizon silhouette, rays above it.
icon: <IconSunrise />,
title: "Der Abend: Weitergeben",
desc: "Weniger Wachstum, mehr Bedeutung weiterzugeben, was man aufgebaut hat.",
},