Skip to content

Commit cfef637

Browse files
authored
URL in app.R now opens in a second window
1 parent 31a3d3c commit cfef637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ui <- fluidPage(
1919
tags$hr(),
2020
checkboxInput("header", "Header", TRUE),
2121
checkboxInput("stringAsFactors", "Convert strings to factors", TRUE),
22-
tags$a(href = "https://github.com/coatless-tutorials/convert-shiny-app-r-shinylive", "See source on GitHub!")
22+
tags$a("See source on GitHub!", href = "https://github.com/coatless-tutorials/convert-shiny-app-r-shinylive", target="_blank")
2323
),
2424

2525
# Show CSV data

0 commit comments

Comments
 (0)