From f73db65c8f7e36b37f695e0fd4a77696f85cfd39 Mon Sep 17 00:00:00 2001 From: Cherik Date: Wed, 30 Nov 2022 16:52:23 +0300 Subject: [PATCH 1/2] change glink to span --- src/components/typography/GLink.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/typography/GLink.tsx b/src/components/typography/GLink.tsx index e9124d4..697fe17 100644 --- a/src/components/typography/GLink.tsx +++ b/src/components/typography/GLink.tsx @@ -4,8 +4,7 @@ export interface IGLinkProps { size?: 'Tiny' | 'Small' | 'Medium' | 'Big'; } -export const GLink = styled.a` - /* Link/Tiny */ +export const GLink = styled.span` font-family: Red Hat Text, sans-serif; font-style: normal; font-weight: normal; From 76d9760f78f126c29afffa57af8c826c9ff07b54 Mon Sep 17 00:00:00 2001 From: Cherik Date: Wed, 30 Nov 2022 16:52:58 +0300 Subject: [PATCH 2/2] feat: change glink to span --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 161e6c6..93fbc74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@giveth/ui-design-system", - "version": "1.10.0", + "version": "1.11.0", "files": [ "/lib" ],