aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/links/sharing-link/index.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-10-03 18:52:57 +0200
committerArmand Philippot <git@armandphilippot.com>2023-11-11 18:14:41 +0100
commita3fb0aa94717aafae897ac293488c43a099c0b2b (patch)
treebb5c9fcb093779061cd11e08d94f30bbb3a9b854 /src/components/atoms/links/sharing-link/index.ts
parentf914ff8376dd91c4f6f8ca149e1cb6becb622d88 (diff)
refactor(components): rewrite SharingLink component
* replace default label with label prop * simplify CSS rules
Diffstat (limited to 'src/components/atoms/links/sharing-link/index.ts')
-rw-r--r--src/components/atoms/links/sharing-link/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/atoms/links/sharing-link/index.ts b/src/components/atoms/links/sharing-link/index.ts
new file mode 100644
index 0000000..20201eb
--- /dev/null
+++ b/src/components/atoms/links/sharing-link/index.ts
@@ -0,0 +1 @@
+export * from './sharing-link';