We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448011d commit 52115e9Copy full SHA for 52115e9
R/run_ShiNyP.R
@@ -52,7 +52,7 @@ run_ShiNyP = function() {
52
)
53
),
54
navbarPage(
55
- title = HTML('<img src="https://github.com/TeddYenn/ShiNyP/tree/main/inst/app/www/ShiNyP-icon_20250510.ico" width="65">'),
+ title = HTML('<img src="https://raw.githubusercontent.com/TeddYenn/ShiNyP/main/inst/app/www/ShiNyP-icon_20250510.ico" width="65">'),
56
theme = bslib::bs_theme(bootswatch = "zephyr", bg = "#f3f1e5", fg = "#34495e"),
57
Page_0_Home_UI(),
58
Page_1_Data_Input_UI(),
0 commit comments