Skip to content

Commit b05158e

Browse files
Adding Platform icon apple (#5906)
1 parent 7eb2b8d commit b05158e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

components/__design__/platform-logos.stories.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ export default {
88
component: () => {
99
return (
1010
<div>
11+
<div>
12+
<Image
13+
src="/static/images/logos/platform-apple.svg"
14+
alt="Apple Logo"
15+
width={64}
16+
height={64}
17+
/>
18+
</div>
1119
<div>
1220
<Image
1321
src="/static/images/logos/platform-homebrew.svg"
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)