Skip to content

Commit 004074c

Browse files
committed
make storybook url relative in dev-center article
1 parent 847e880 commit 004074c

File tree

1 file changed

+3
-3
lines changed
  • src/apps/dev-center/src/dev-center-pages/platform-ui-app/storybook

1 file changed

+3
-3
lines changed

src/apps/dev-center/src/dev-center-pages/platform-ui-app/storybook/Storybook.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To aid in development, we've built a storybook that can help designers and devel
99

1010
## Storybook
1111

12-
The storybook can be found [here](https://platform-ui.topcoder-qa.com/storybook/index.html)
12+
The storybook can be found [here](/storybook/index.html)
1313

1414
On this page, you can see the UI elements available to developers in the Platform UI app, all the variations, and all the available styles.
1515

@@ -24,7 +24,7 @@ If you want to test individual elements, for instance, the "Primary" option unde
2424

2525
![](./images/Storybook2.png)
2626

27-
## Figma
27+
## Figma
2828

2929
The Topcoder Design System is what defines the individual components and colours for the platform UI. You can find the latest Figma link [here](https://www.figma.com/file/2t8Wcyu8FAXxzQGpyK8r4f/TC-Design-System-2.0-%2F-2022?node-id=0-1&t=dYPoI1JQmBZlf1nm-0)
3030

@@ -38,4 +38,4 @@ In Figma, when you select an element, you will see the CSS code for the element.
3838

3939
**When applying CSS to your elements in platform-UI, it's important to reuse the existing mixins as opposed to defining these per-component, whenever possible**.
4040

41-
![](./images/Figma1.png)
41+
![](./images/Figma1.png)

0 commit comments

Comments
 (0)