Skip to content

Commit

Permalink
change dazn price
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMoeglich committed Nov 15, 2023
1 parent 1313cef commit bdab94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/asset_library/assets/zubuchoptionen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export type zubuchoption_id = (typeof zubuchoption_ids)[number];

const zubuchoption_image_location = '/images/assets/zubuchoptionen/';

const dazn_yearly_price = { jahr: 24.99, monat: 44.99, singular: 0 } satisfies Price;
const dazn_yearly_price = { jahr: 29.99, monat: 44.99, singular: 0 } satisfies Price;

export const zubuchoptionen_assets: ReadonlyArray<Priceable_Asset<zubuchoption_id>> = [
{
Expand Down

1 comment on commit bdab94a

@vercel
Copy link

@vercel vercel bot commented on bdab94a Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.