Commit 34cfc8c8 authored by Дмитрий Малюгин's avatar Дмитрий Малюгин 🕓
Browse files

fix: description to "Table" and "Checkbox"

parent aa4b2705
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ const meta: Meta = {
  parameters: {
    docs: {
      description: {
        component: 'A component that is used as a Checkbox. Can be used with icon.',
        component: 'An extension of standard checkbox.',
      },
    },
  },
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ const meta: Meta = {
  parameters: {
    docs: {
      description: {
        component: 'A component that is used as a Table. Can be used with icon.',
        component: 'A component is used to display data in tabular format.',
      },
    },
  },