Skip to content

Commit

Permalink
increase bonus to 40, revertable
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMoeglich committed Dec 3, 2024
1 parent 4029ca9 commit bda5b3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/web/src/routes/main_showcase.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
]}
top_margin={20}
>
<span slot="title">Sky Angebote mit € 100 Wunschgutschein + € 20 Bonus on top </span>
<span slot="title">Sky Angebote mit € 100 Wunschgutschein + € 40 Bonus on top </span>
<span slot="subtitle0">
Sky über TAGARO abonnieren und € 20 Bonus UND € 100 Wunschgutschein von Sky erhalten*
Sky über TAGARO abonnieren und € 40 Bonus UND € 100 Wunschgutschein von Sky erhalten*
</span>
<span slot="subtitle1">
Bei Abschluss vieler Paketkombinationen, gibt es von Sky einen € 100 Wunschgutschein und von <br
/>
TAGARO einen € 20 Bonus. Bitte in Frage kommende Kombinationen beachten*
TAGARO einen € 40 Bonus. Bitte in Frage kommende Kombinationen beachten*
</span>
<span slot="subtitle2"> </span>
</ShowcaseTemplate>
Expand Down
2 changes: 1 addition & 1 deletion packages/asset_library/prices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const well_defined_combinations = [
export const aktivierung = 0 as number;
export const aktivierung_string = to_price_string(aktivierung);

export const bonus = 20 as number;
export const bonus = 40 as number;
export const bonus_string = (escaped = true) => to_price_string(bonus, escaped);

const price_table = map_entries(indexed_priceable_assets, ([key, value]) => [
Expand Down

0 comments on commit bda5b3f

Please sign in to comment.