Skip to content

Commit a44f298

Browse files
chore(docs): add missing Figma link to Composable Footer documentation (#5320)
## 📄 Description This PR adds the missing Figma design link to the Composable Footer documentation page in Storybook. ## 📝 Checklist - ✅ My code follows the style guidelines of this project - 🛠️ I have performed a self-review of my own code - 📄 I have made corresponding changes to the documentation - ⚠️ My changes generate no new warnings or errors - 🧪 I have added tests that prove my fix is effective or that my feature works - ✔️ New and existing unit tests pass locally with my changes
1 parent 31ee541 commit a44f298

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.changeset/two-planets-fix.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@swisspost/design-system-documentation': patch
3+
---
4+
5+
Added the missing Figma design link to the Composable Footer documentation page in Storybook.

packages/documentation/src/stories/modules/footer/footer.docs.mdx

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ import * as FooterStories from './footer.stories';
33

44
<Meta of={FooterStories}/>
55

6-
# Composible Footer
6+
<div className="docs-title">
7+
# Composable Footer
78

8-
<p className="lead">The composible footer component for your Swiss Post page.</p>
9+
<link-design of={JSON.stringify(FooterStories)}></link-design>
10+
</div>
11+
12+
<p className="lead">The composable footer component for your Swiss Post page.</p>
913

1014
Internally the `<post-footer>` component has a fix structure, but it offers a number of slots, which can be used to add your very own content, so it ultimatly fulfills everyones requirements.
1115

0 commit comments

Comments
 (0)