Skip to content

Commit 83f6922

Browse files
authored
Merge pull request #7048 from nooras/modal-card-description
Fix Modal card have a description of TextInput on sistent component page #7047
2 parents 81f6a7d + 80983d9 commit 83f6922

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/sections/Projects/Sistent/components

src/sections/Projects/Sistent/components/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const componentsData = [
1919
id: 3,
2020
name: "Modal",
2121
description:
22-
"A text input is made up of multiple elements that combine to form a component that helps users to read, write, and edit text in an interface.",
22+
"A modal is a conatiner that appears in front of the main content on a page when clicked on button or text. It provides information or an actionable piece of content for users to execute.",
2323
url: "/projects/sistent/components/modal",
2424
src: "/modal",
2525
},

0 commit comments

Comments
 (0)