Rename the "Elite R" package tier to "Elite"
Client wants the tier called just "Elite". Only the admin checkbox list (PACKAGE_TIERS) carries tier names; public card theming is price-rank based, so nothing else changes. An already-created "Elite R" package would show up under "Weitere Pakete (alte Namen)" in the editor and can be deleted and recreated as Elite there. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
96aa799d43
commit
fa862d936a
4 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ export const PACKAGE_TIERS = [
|
|||
'Clear',
|
||||
'Drive',
|
||||
'Prime',
|
||||
'Elite R',
|
||||
'Elite',
|
||||
'Apex',
|
||||
'The Statement',
|
||||
'Limitless',
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ const gen = (rows) =>
|
|||
}));
|
||||
|
||||
// "graphite" = exakt die 8 Referenz-Kacheln (Farben + Straßenbild) aus Kacheln.html:
|
||||
// Base / Clear / Drive / Prime / Elite R / Apex / The Statement / Limitless. Jede Stufe
|
||||
// Base / Clear / Drive / Prime / Elite / Apex / The Statement / Limitless. Jede Stufe
|
||||
// hat eine Flaechenfarbe oben im Verlauf (bgTop), eine Rahmenfarbe (border) und eine
|
||||
// Akzentfarbe (Name + Trennlinie). Welche Stufe ein Paket bekommt, ergibt sich aus seinem
|
||||
// Preis-Rang (siehe tierOf). Die beiden anderen Themes sind eigene Farbfamilien im selben
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -43,7 +43,7 @@
|
|||
"sameAs": ["https://www.youtube.com/@hifiplanet2812"]
|
||||
}
|
||||
</script>
|
||||
<script type="module" crossorigin src="/assets/index-BA1BB7xy.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-DCz9ru6D.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/assets/lucide-icons-CnpfS6R8.js">
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CHiguyP-.css">
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Reference in a new issue