Skip to content

Commit 4aad6bf

Browse files
committed
Replace RStudio logo with Posit logo
1 parent 2246684 commit 4aad6bf

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

shiny/examples/output_image/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def image():
1111
from pathlib import Path
1212

1313
dir = Path(__file__).resolve().parent
14-
img: ImgData = {"src": str(dir / "rstudio-logo.png"), "width": "150px"}
14+
img: ImgData = {"src": str(dir / "posit-logo.png"), "width": "100px"}
1515
return img
1616

1717

9.25 KB
Loading
-9.55 KB
Binary file not shown.

0 commit comments

Comments
 (0)