aboutsummaryrefslogtreecommitdiff
path: root/src/components/AttachLink/AttachLink.tsx
diff options
context:
space:
mode:
authorEugene Sokolov <eug-vs@keemail.me>2020-10-08 20:40:45 +0300
committerGitHub <noreply@github.com>2020-10-08 20:40:45 +0300
commitbdb4d194307c9755c2083c1a11bb876abebcb6de (patch)
tree9aff25b0bd0b47127b66e4db4818468ec70719bf /src/components/AttachLink/AttachLink.tsx
parent45b4094c02301ff854b8b8017437ad9989efa117 (diff)
parent2c093ce738cb1281db04a8a3f2b6a35b3aa9b354 (diff)
downloadwhich-ui-bdb4d194307c9755c2083c1a11bb876abebcb6de.tar.gz
Merge pull request #102 from which-ecosystem/feat/modal
Modal improvements
Diffstat (limited to 'src/components/AttachLink/AttachLink.tsx')
-rw-r--r--src/components/AttachLink/AttachLink.tsx2
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>
);