Skip to content

Commit

Permalink
show disconnect btn
Browse files Browse the repository at this point in the history
  • Loading branch information
tmelliott committed Dec 19, 2023
1 parent c04d75b commit 1be0e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panels/A1_About/1_about-panel-ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ about.panel.ui <- function(lite.version, lite.update) {
},
## We include the markdown document that contains the
## text for the "About" module.
includeMarkdown("panels/A1_About/4_about-panel-text.md")
# actionButton("disconnect", "Disconnect the app")
includeMarkdown("panels/A1_About/4_about-panel-text.md"),
actionButton("disconnect", "Disconnect the app")
),

## Next, we add a helpful footer.
Expand Down

0 comments on commit 1be0e22

Please sign in to comment.