-
Notifications
You must be signed in to change notification settings - Fork 18
chore(docs): add missing Figma link to Composable Footer documentation #5320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore(docs): add missing Figma link to Composable Footer documentation #5320
Conversation
π¦ Changeset detectedLatest commit: 5d2594f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Related Previews |
@@ -3,7 +3,11 @@ import * as FooterStories from './footer.stories'; | |||
|
|||
<Meta of={FooterStories}/> | |||
|
|||
# Composible Footer | |||
<div className="docs-title"> | |||
# Composible Footer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Composible Footer | |
# Composable Footer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My comments are not really related to your PR, but since you wrote it right in the changeset, could you correct the spelling on the docs as well? :)
# Composible Footer | ||
|
||
<link-design of={JSON.stringify(FooterStories)}></link-design> | ||
</div> | ||
|
||
<p className="lead">The composible footer component for your Swiss Post page.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<p className="lead">The composible footer component for your Swiss Post page.</p> | |
<p className="lead">The composable footer component for your Swiss Post page.</p> |
π Description
This PR adds the missing Figma design link to the Composable Footer documentation page in Storybook.
π Checklist