Skip to content

Commit eb297f3

Browse files
fix: rename bundled rstudio.svg to rproject.svg, add real RStudio icon (#26216) (#26218)
Backport of #26216 Original PR: #26216 — fix: rename bundled rstudio.svg to rproject.svg, add real RStudio icon Merge commit: 1dc12f8 Requested by: @nickvigilante Co-authored-by: Nick Vigilante <nickvigilante@users.noreply.github.com>
1 parent 2cabbc3 commit eb297f3

4 files changed

Lines changed: 19 additions & 14 deletions

File tree

docs/admin/templates/extending-templates/web-ides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ EOT
240240
resource "coder_app" "rstudio" {
241241
agent_id = coder_agent.coder.id
242242
slug = "rstudio"
243-
display_name = "R Studio"
244-
icon = "https://upload.wikimedia.org/wikipedia/commons/d/d0/RStudio_logo_flat.svg"
243+
display_name = "RStudio"
244+
icon = "/icon/rstudio.svg"
245245
url = "http://localhost:8787"
246246
subdomain = true
247247
share = "owner"

site/src/theme/icons.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
"rider.svg",
119119
"rockylinux.svg",
120120
"roo-code.svg",
121+
"rproject.svg",
121122
"rstudio.svg",
122123
"ruby.png",
123124
"ruby.svg",

site/static/icon/rproject.svg

Lines changed: 14 additions & 0 deletions
Loading

site/static/icon/rstudio.svg

Lines changed: 2 additions & 12 deletions
Loading

0 commit comments

Comments
 (0)