Skip to content

Commit

Permalink
Add renesas logo (#579)
Browse files Browse the repository at this point in the history
* Add files via upload

Adding screenshot of Renesas QCStudio to the website
  • Loading branch information
rajkumarthiagarajan committed Jul 11, 2024
1 parent 25a89c7 commit 629b637
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Binary file added src/resources/screenshots/renesas-qcstudio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion src/utils/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
import Go from '../resources/extensions/go.png'
import CodeRealTime from '../resources/screenshots/code_realtime_theia.png'
import CodeRealTimeMin from '../resources/screenshots/thumbnails/code_realtime_theia_min.png'
import QuickConnectStudio from '../resources/screenshots/renesas-qcstudio.png'
import QuickConnectStudioMin from '../resources/screenshots/thumbnails/renesas-qcstudio-min.png'

export const contributorsAndAdopters = [
{
Expand Down Expand Up @@ -155,6 +157,12 @@
src: CodeRealTime,
thumb: CodeRealTimeMin,
alt: "Code RealTime"
},
{
href: "https://www.renesas.com/qcstudio",
src: QuickConnectStudio,
thumb: QuickConnectStudioMin,
alt: "QuickConnect Studio"
}
]

Expand Down Expand Up @@ -205,4 +213,4 @@
alt: "Go"
}
]


0 comments on commit 629b637

Please sign in to comment.