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" ], 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;