Skip to content

Commit a41d593

Browse files
committed
fix: pricing on 2025 edition
1 parent 7400b8c commit a41d593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwa/app/(con)/[locale]/con/2025/components/HomePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Partner, Speaker } from "types/con";
1212
import { useContext } from "react";
1313
import { LanguageContext } from "contexts/con/LanguageContext";
1414
import Section from "components/con/home/Section";
15-
import prices from "data/con/2024/prices";
15+
import prices from "data/con/2025/prices";
1616
import Logo from "./Logo";
1717
import PricingCard from "components/con/home/Pricing/PricingCard";
1818
import BuyButton from "components/con/common/BuyButton";

0 commit comments

Comments
 (0)