Skip to content

Commit

Permalink
feat: Add NodeJS language project link
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Jung <[email protected]>
  • Loading branch information
nderjung committed Jan 18, 2024
1 parent 7fccb42 commit 508c633
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
File renamed without changes
1 change: 1 addition & 0 deletions public/logos/runtime-node-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/components/language-link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ export const LanguageLinks = () => {
>
<Image alt='Flask' src='/logos/framework-flask.svg' maxW='20' minH='24' mx='auto' />
</LanguageLink>
<LanguageLink
href='https://github.com/unikraft/catalog/tree/main/examples/http-node18'
accentColor='#74AB63'
name='Node'
>
<Image alt='Node' src={`/logos/runtime-node-${theme}.svg`} maxW='20' minH='24' mx='auto' />
</LanguageLink>
</SimpleGrid>
)
}

0 comments on commit 508c633

Please sign in to comment.