Skip to content

Commit

Permalink
Replace nodejs icon with devfile-stack-icons link (#338)
Browse files Browse the repository at this point in the history
Signed-off-by: thepetk <[email protected]>
  • Loading branch information
thepetk authored Mar 21, 2024
1 parent 5265d9b commit 27951b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extraDevfileEntries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ samples:
- name: nodejs-basic
displayName: Basic Node.js
description: Node.js 16 application using Express 4.18.x
icon: https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/node-js.svg
tags:
- Node.js
- Express
Expand Down
2 changes: 1 addition & 1 deletion stacks/nodejs/2.1.1/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: nodejs
displayName: Node.js Runtime
description: Node.js 16 application
icon: https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/node-js.svg
tags:
- Node.js
- Express
Expand Down
2 changes: 1 addition & 1 deletion stacks/nodejs/2.2.0/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: nodejs
displayName: Node.js Runtime
description: Node.js 18 application
icon: https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/node-js.svg
tags:
- Node.js
- Express
Expand Down
2 changes: 1 addition & 1 deletion stacks/nodejs/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: nodejs
description: 'Node.js application'
displayName: Node.js Runtime
icon: https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/node-js.svg
versions:
- version: 2.1.1
default: true # should have one and only one default version
Expand Down

0 comments on commit 27951b4

Please sign in to comment.