From 3d9a39ac3bbad64e65066367f98b2088b8aac540 Mon Sep 17 00:00:00 2001 From: Hoan Luu Huu <110280845+xquanluu@users.noreply.github.com> Date: Thu, 11 May 2023 03:05:57 +0700 Subject: [PATCH] fix: add/edit lcr should have secondary text to explain the purpose of lcr (#247) --- src/containers/internal/views/least-cost-routing/add.tsx | 8 +++++++- src/containers/internal/views/least-cost-routing/edit.tsx | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/containers/internal/views/least-cost-routing/add.tsx b/src/containers/internal/views/least-cost-routing/add.tsx index 6e45494..37f36fb 100644 --- a/src/containers/internal/views/least-cost-routing/add.tsx +++ b/src/containers/internal/views/least-cost-routing/add.tsx @@ -1,5 +1,5 @@ import React from "react"; -import { H1 } from "@jambonz/ui-kit"; +import { H1, M } from "@jambonz/ui-kit"; import { LcrForm } from "./form"; @@ -7,6 +7,12 @@ export const AddLcr = () => { return ( <>