Skip to content

Commit b34ccba

Browse files
authored
Merge branch 'master' into minor-fix
2 parents 651f378 + ab32811 commit b34ccba

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"gatsby-plugin-image": "^3.11.0",
6565
"gatsby-plugin-loadable-components-ssr": "^4.3.2",
6666
"gatsby-plugin-manifest": "^5.15.0",
67-
"gatsby-plugin-mdx": "^5.0.0",
67+
"gatsby-plugin-mdx": "^5.15.0",
6868
"gatsby-plugin-meta-redirect": "github:layer5labs/gatsby-plugin-meta-redirect",
6969
"gatsby-plugin-netlify": "^5.1.1",
7070
"gatsby-plugin-preload-fonts": "^4.11.0",

src/collections/events/2025/hacktoberfest-2025/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: "Hacktoberfest Prep 2025: Design with Meshery"
33
description: "Prepare for Hacktoberfest with Layer5 MeshMates and Maintainers. Join seasoned open source maintainers, hack through easy issues, and grow your skills. Discover Newcomers resources and explore the Layer5 Community Handbook."
4-
thumbnail:
5-
darkthumbnail:
6-
date: 2025-00-03
7-
eurl:
4+
thumbnail: ./layer5-hacktoberfest11-badge-large.png
5+
darkthumbnail: ./layer5-hacktoberfest11-badge-large.png
6+
date: 2025-10-03
7+
eurl: https://hacktoberfest.com
88
type: Event
9-
speakers: []
9+
speakers: [Ritesh Karankal]
1010
published: false
1111
upcoming: true
1212
register: true

src/components/Pricing/PricingAddons/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ export const PricingAddons = ({ isYearly = false, setIsYearly ,currency,enterpri
550550
/>
551551
</Box>
552552
<Typography variant="body1" fontWeight="500" sx={typographyStyles.pricingItemRight}>
553-
{formatPrice((isYearly ? enterprisePlan.yearlyprice : enterprisePlan.monthlyprice) * (enterpriseUsers > 0 ? enterpriseUsers : 1))}/{isYearly ? "monthly" : "yearly"}
553+
{formatPrice((isYearly ? enterprisePlan.yearlyprice : enterprisePlan.monthlyprice) * (enterpriseUsers > 0 ? enterpriseUsers : 1))}/{isYearly ? "yearly" : "monthly"}
554554
</Typography>
555555
</Box>
556556

0 commit comments

Comments
 (0)