Skip to content

Commit 574ae6e

Browse files
Add stacked logo light (#5904)
* add stacked light logo * add image component to display the logo * fix rebase --------- Co-authored-by: Augustin Mauroy <[email protected]>
1 parent c3ec9f2 commit 574ae6e

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
@@ -21,6 +21,12 @@ export default {
2121
width={267}
2222
height={80}
2323
/>
24+
<Image
25+
src={`/static/images/logos/stacked-light.svg`}
26+
alt="Node.js"
27+
width={267}
28+
height={80}
29+
/>
2430
</div>
2531
</div>
2632
);
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)