Skip to content

Commit da6fd98

Browse files
authored
Add stacked logo white (#5905)
* add stacked white logo * add image component to display the logo
1 parent a3546ce commit da6fd98

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

components/__design__/stacked-logos.stories.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ export default {
1515
width={267}
1616
height={80}
1717
/>
18+
<Image
19+
src={`/static/images/logos/stacked-white.svg`}
20+
alt="Node.js"
21+
width={267}
22+
height={80}
23+
/>
1824
</div>
1925
</div>
2026
);
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)