Skip to content

Commit e4235a9

Browse files
committed
Chore: add new download methods to stories
1 parent 9623bee commit e4235a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/ui-components/__design__/platform-logos.stories.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import {
66
NVM,
77
Devbox,
88
Choco,
9+
N,
10+
Volta,
911
} from '@node-core/ui-components/Icons/InstallationMethod';
1012
import {
1113
Apple,
@@ -15,7 +17,7 @@ import {
1517
} from '@node-core/ui-components/Icons/OperatingSystem';
1618

1719
const osIcons = [Apple, Linux, Microsoft, AIX];
18-
const installMethodIcons = [Docker, Homebrew, NVM, Devbox, Choco];
20+
const installMethodIcons = [Docker, Homebrew, NVM, Devbox, Choco, N, Volta];
1921

2022
export const PlatformLogos: StoryObj = {
2123
render: () => (

0 commit comments

Comments
 (0)