We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec544ec + 76d9760 commit 014d5b4Copy full SHA for 014d5b4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@giveth/ui-design-system",
3
- "version": "1.10.0",
+ "version": "1.11.0",
4
"files": [
5
"/lib"
6
],
src/components/typography/GLink.tsx
@@ -4,8 +4,7 @@ export interface IGLinkProps {
size?: 'Tiny' | 'Small' | 'Medium' | 'Big';
}
7
-export const GLink = styled.a<IGLinkProps>`
8
- /* Link/Tiny */
+export const GLink = styled.span<IGLinkProps>`
9
font-family: Red Hat Text, sans-serif;
10
font-style: normal;
11
font-weight: normal;
0 commit comments