Skip to content

Commit

Permalink
Merge pull request #79 from Giveth/update-glink
Browse files Browse the repository at this point in the history
Update glink
  • Loading branch information
alireza-sharifpour authored Nov 30, 2022
2 parents ec544ec + 76d9760 commit 014d5b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@giveth/ui-design-system",
"version": "1.10.0",
"version": "1.11.0",
"files": [
"/lib"
],
Expand Down
3 changes: 1 addition & 2 deletions src/components/typography/GLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ export interface IGLinkProps {
size?: 'Tiny' | 'Small' | 'Medium' | 'Big';
}

export const GLink = styled.a<IGLinkProps>`
/* Link/Tiny */
export const GLink = styled.span<IGLinkProps>`
font-family: Red Hat Text, sans-serif;
font-style: normal;
font-weight: normal;
Expand Down

0 comments on commit 014d5b4

Please sign in to comment.