Skip to content

Commit 0e0c7b1

Browse files
maradwan26alisonjosephkodiakhq[bot]
authored
fix: icon and pictograms links in library tab (carbon-design-system#4722)
* fix: icon/pictogram links * chore: format --------- Co-authored-by: Alison Joseph <alison.joseph@us.ibm.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 12f7f4f commit 0e0c7b1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/components/SVGLibraries/shared/NoResult.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@ const NoResult = ({
4848
subTitle={`Submit ${
4949
pageName === 'icon' ? 'an icon' : 'a pictogram'
5050
} design`}
51-
href="https://github.ibm.com/brand/pictograms/issues/new">
51+
href={
52+
pageName === 'icon'
53+
? 'https://github.ibm.com/brand/ui-icons/issues/new'
54+
: 'https://github.ibm.com/brand/pictograms/issues/new'
55+
}>
5256
<Github />
5357
</ResourceCard>
5458
</Column>

src/pages/developing/frameworks/react.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ yarn add @carbon/react
7272
```
7373

7474
> **Note:**
75-
> Please ensure the [peerDependencies](https://github.com/search?q=repo%3Acarbon-design-system%2Fcarbon+peerDependencies+language%3AJSON+path%3Apackages%2Freact&type=code) for `@carbon/react` are installed in your project to avoid errors.
75+
> Please ensure the
76+
> [peerDependencies](https://github.com/search?q=repo%3Acarbon-design-system%2Fcarbon+peerDependencies+language%3AJSON+path%3Apackages%2Freact&type=code)
77+
> for `@carbon/react` are installed in your project to avoid errors.
7678
7779
## Getting started
7880

0 commit comments

Comments
 (0)