Skip to content

Commit 014d5b4

Browse files
Merge pull request #79 from Giveth/update-glink
Update glink
2 parents ec544ec + 76d9760 commit 014d5b4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@giveth/ui-design-system",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"files": [
55
"/lib"
66
],

src/components/typography/GLink.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ export interface IGLinkProps {
44
size?: 'Tiny' | 'Small' | 'Medium' | 'Big';
55
}
66

7-
export const GLink = styled.a<IGLinkProps>`
8-
/* Link/Tiny */
7+
export const GLink = styled.span<IGLinkProps>`
98
font-family: Red Hat Text, sans-serif;
109
font-style: normal;
1110
font-weight: normal;

0 commit comments

Comments
 (0)