diff options
author | eug-vs <eug-vs@keemail.me> | 2020-10-08 15:10:15 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-10-08 15:10:15 +0300 |
commit | c73a0d7643ac335dbcdc64b90467ba7d3a45c4f4 (patch) | |
tree | e930ba531933f3898d4347087ca0f5913e9208d8 /src/components/AttachLink/AttachLink.tsx | |
parent | 80a09a9ec176c7585dca9d81f6b3d690660ce633 (diff) | |
download | which-ui-c73a0d7643ac335dbcdc64b90467ba7d3a45c4f4.tar.gz |
feat: add dashed borders to ImageInput
Diffstat (limited to 'src/components/AttachLink/AttachLink.tsx')
-rw-r--r-- | src/components/AttachLink/AttachLink.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AttachLink/AttachLink.tsx b/src/components/AttachLink/AttachLink.tsx index 742ba65..7c32635 100644 --- a/src/components/AttachLink/AttachLink.tsx +++ b/src/components/AttachLink/AttachLink.tsx @@ -21,7 +21,7 @@ const AttachLink: React.FC<PropTypes> = ({ callback, children }) => { color="primary" startIcon={<LinkIcon />} > - Attach a link + Link </Button> ); |