Lebensuhr: reuse morning icon for evening (rays stay above the sun)
This commit is contained in:
+3
-13
@@ -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.",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user