Skip to content

Commit

Permalink
Merge pull request #578 from ably/add-datadog-lite-from-pricing
Browse files Browse the repository at this point in the history
[WEB-4142] Add datadog lite on pricing
  • Loading branch information
denissellu authored Dec 12, 2024
2 parents 6e22306 + 91b6116 commit 9cdcbf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ably/ui",
"version": "15.1.7",
"version": "15.1.8",
"description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/core/Pricing/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const planData: PricingDataFeature[] = [
},
{
title: "Includes",
items: ["2 hour support SLA", "Uptime SLO"],
items: ["2 hour support SLA", "Datadog (lite)", "Uptime SLO"],
listItemColors: {
foreground: "text-blue-600 dark:text-blue-400",
background: "text-blue-200 dark:text-blue-800",
Expand Down

0 comments on commit 9cdcbf7

Please sign in to comment.