subos-frontend 1.0.27 → 1.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1256,7 +1256,7 @@ var PlansGrid = ({
1256
1256
  if (error) {
1257
1257
  return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "p-4 bg-red-50 border border-red-200 text-red-700 rounded-md", children: error });
1258
1258
  }
1259
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "grid grid-cols-1 md:grid-cols-3 gap-6", children: plans.map((plan) => /* @__PURE__ */ jsxRuntime.jsx(
1259
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { children: plans.map((plan) => /* @__PURE__ */ jsxRuntime.jsx(
1260
1260
  PlanCard,
1261
1261
  {
1262
1262
  plan,