@@ -2,6 +2,7 @@ import { Meta, ArgTypes, Primary, Stories, Unstyled } from '@storybook/blocks';
2
2
import { StyledSystemLinks } from ' ../../../docs/StyledSystemLinks' ;
3
3
import { InfoBannerCard } from ' ../blocks/InfoBannerCard' ;
4
4
import * as InfoBannerStories from ' ./InfoBanner.stories' ;
5
+ import { Link } from ' ../../Link/Link' ;
5
6
6
7
<Meta of = { InfoBannerStories } />
7
8
@@ -40,9 +41,9 @@ The wrapper component (**InfoBannerCard**) accepts the same props as the **InfoB
40
41
<InfoBannerCard.Description >
41
42
Your uploaded documents don't match the records. Please check the following sources:
42
43
</InfoBannerCard.Description >
43
- <InfoBannerCard.Link linkText = " Driver documents " linkUrl = " https://wave.free-now.com" / >
44
- <InfoBannerCard.Link linkText = " Vehicle documents " linkUrl = " https://wave.free-now.com" / >
45
- <InfoBannerCard.Link linkText = " Driver Profile " linkUrl = " https://wave.free-now.com" / >
44
+ <InfoBannerCard.Link href = " https://wave.free-now.com/ " >Driver Documents</ InfoBannerCard.Link >
45
+ <InfoBannerCard.Link href = " https://wave.free-now.com/ " >Vehicle Documents</ InfoBannerCard.Link >
46
+ <InfoBannerCard.Link href = " https://wave.free-now.com/ " >Driver profile</ InfoBannerCard.Link >
46
47
</InfoBannerCard >
47
48
</Unstyled >
48
49
@@ -52,8 +53,8 @@ The wrapper component (**InfoBannerCard**) accepts the same props as the **InfoB
52
53
<InfoBannerCard.Description >
53
54
Your uploaded documents don't match the records. Please check the following sources:
54
55
</InfoBannerCard.Description >
55
- <InfoBannerCard.Link linkText = " Driver documents " linkUrl = " https://wave.free-now.com" / >
56
- <InfoBannerCard.Link linkText = " Vehicle documents " linkUrl = " https://wave.free-now.com" / >
57
- <InfoBannerCard.Link linkText = " Driver Profile " linkUrl = " https://wave.free-now.com" / >
56
+ <InfoBannerCard.Link href = " https://wave.free-now.com/ " >Driver Documents</ InfoBannerCard.Link >
57
+ <InfoBannerCard.Link href = " https://wave.free-now.com/ " >Vehicle Documents</ InfoBannerCard.Link >
58
+ <InfoBannerCard.Link href = " https://wave.free-now.com/ " >Driver profile</ InfoBannerCard.Link >
58
59
</InfoBannerCard >
59
60
```
0 commit comments