Skip to content

Commit

Permalink
feat: added white hex svg logo (#5903)
Browse files Browse the repository at this point in the history
added white hex svg logo
  • Loading branch information
vaqueraoscar0 authored Sep 28, 2023
1 parent da6fd98 commit c3ec9f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/__design__/hex-logos.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ export default {
component: () => {
return (
<div>
<div>
<Image
src={`/static/images/logos/hex-white.svg`}
alt="Node.js"
width={64}
height={64}
/>
</div>
<div>
<Image
src={`/static/images/logos/hex-black.svg`}
Expand Down
1 change: 1 addition & 0 deletions public/static/images/logos/hex-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c3ec9f2

Please sign in to comment.