Skip to content

Commit

Permalink
APP-5544 - add link icon (viamrobotics#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeaso1266 authored Jul 18, 2024
1 parent 054f265 commit eedb491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viamrobotics/prime-core",
"version": "0.0.131",
"version": "0.0.132",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/lib/icon/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export const paths: Record<string, IconPath> = {
'language-go': MDI.mdiLanguageGo,
'language-python': MDI.mdiLanguagePython,
'language-typescript': MDI.mdiLanguageTypescript,
link: MDI.mdiLink,
linkedin: MDI.mdiLinkedin,
'link-variant': MDI.mdiLinkVariant,
linux: MDI.mdiLinux,
Expand Down

0 comments on commit eedb491

Please sign in to comment.