Skip to content

Commit c3ec9f2

Browse files
feat: added white hex svg logo (#5903)
added white hex svg logo
1 parent da6fd98 commit c3ec9f2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

components/__design__/hex-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/hex-white.svg`}
14+
alt="Node.js"
15+
width={64}
16+
height={64}
17+
/>
18+
</div>
1119
<div>
1220
<Image
1321
src={`/static/images/logos/hex-black.svg`}
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)