From c73a0d7643ac335dbcdc64b90467ba7d3a45c4f4 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 8 Oct 2020 15:10:15 +0300 Subject: feat: add dashed borders to ImageInput --- src/components/AttachLink/AttachLink.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') 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 = ({ callback, children }) => { color="primary" startIcon={} > - Attach a link + Link ); -- cgit v1.2.3