Skip to content

Commit 6849c14

Browse files
committed
fix: use correct macos formatting, add asdf story
1 parent 6a4a4ab commit 6849c14

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apps/site/snippets/en/download/asdf.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# asdf has specific installation instructions for each operating system.
22
# Please refer to the official documentation at https://asdf-vm.com/guide/getting-started.html.
33
#
4-
# The following is for MacOS and Linux systems with Homebrew installed using ZSH:
4+
# The following is for macOS and Linux systems with Homebrew installed using ZSH:
55
brew install asdf
66

77
# Add asdf's shims directory to your shell configuration:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import {
2+
ASDF,
23
Docker,
34
Homebrew,
45
NVM,
@@ -11,7 +12,7 @@ import { Apple, Linux, Microsoft, AIX } from '#ui/Icons/OperatingSystem';
1112
import type { Meta as MetaObj, StoryObj } from '@storybook/react-webpack5';
1213

1314
const osIcons = [Apple, Linux, Microsoft, AIX];
14-
const installMethodIcons = [Docker, Homebrew, NVM, Choco, N, Volta];
15+
const installMethodIcons = [ASDF, Docker, Homebrew, NVM, Choco, N, Volta];
1516

1617
export const PlatformLogos: StoryObj = {
1718
render: () => (

0 commit comments

Comments
 (0)