Skip to content

Commit f3839eb

Browse files
fix: rename bundled rstudio.svg to rproject.svg, add real RStudio icon (#26216) (#26219)
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 9fc2550 commit f3839eb

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
@@ -120,6 +120,7 @@
120120
"rider.svg",
121121
"rockylinux.svg",
122122
"roo-code.svg",
123+
"rproject.svg",
123124
"rstudio.svg",
124125
"ruby.png",
125126
"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)