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.
1 parent b9f4621 commit 00ba8aaCopy full SHA for 00ba8aa
src/components/Link/Link.stories.jsx
@@ -13,14 +13,14 @@ const Template = (args) => <Link {...args} />
13
14
export const Default = Template.bind({})
15
Default.args = {
16
- href: '',
+ href: '/',
17
label: 'I am a link',
18
style: {},
19
}
20
21
export const Alternate = Template.bind({})
22
Alternate.args = {
23
24
icon: 'fa-envelope',
25
label: 'No underline!',
26
style: {
@@ -31,11 +31,8 @@ Alternate.args = {
31
32
export const NoLabel = Template.bind({})
33
NoLabel.args = {
34
35
icon: 'fa-download',
36
label: '',
37
- style: {
38
- textDecoration: 'none',
39
- color: '#AS8908',
40
- },
+ style: {},
41
0 commit comments