diff --git a/changelog/2024-11-18-new-pricing/index.md b/changelog/2024-11-18-new-pricing/index.md new file mode 100644 index 00000000..8267954c --- /dev/null +++ b/changelog/2024-11-18-new-pricing/index.md @@ -0,0 +1,14 @@ +--- +slug: new-pricing +title: New pricing +tags: ['Pricing'] +description: We've updated our pricing to make it more transparent and easier to understand. +features: + [ + 'Compute-based pricing with compute units (2 worker-gb-month)', + 'Flexible worker memory allocation (1GB, 2GB, or >2GB)', + 'Per-seat pricing with half-price operator seats', + ] +image: ./new_pricing.png +docs: /pricing +--- diff --git a/changelog/2024-11-18-new-pricing/new_pricing.png b/changelog/2024-11-18-new-pricing/new_pricing.png new file mode 100644 index 00000000..216eb3b9 Binary files /dev/null and b/changelog/2024-11-18-new-pricing/new_pricing.png differ diff --git a/src/landing/LandingHeader.jsx b/src/landing/LandingHeader.jsx index 9ab51334..4f291063 100644 --- a/src/landing/LandingHeader.jsx +++ b/src/landing/LandingHeader.jsx @@ -373,7 +373,7 @@ export default function LandingHeader() { - + {/* */} ); } diff --git a/src/theme/BlogPostItem/Container/index.js b/src/theme/BlogPostItem/Container/index.js index d939183c..b1efa04c 100644 --- a/src/theme/BlogPostItem/Container/index.js +++ b/src/theme/BlogPostItem/Container/index.js @@ -81,19 +81,21 @@ export default function BlogPostItemContainer({ children, className }) { )} ))} - - - {frontMatter.version} - - + + {frontMatter.version} + + + )}