Skip to content

Commit

Permalink
Fix logo and additional language
Browse files Browse the repository at this point in the history
  • Loading branch information
avahoffman committed Mar 14, 2023
1 parent 1296a48 commit 5b43d0c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/template.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @examples
datatype_txt <- function(input, raw_data_part, processed_data_part, shared_data_part, not_shared_data_part, metadata_part){
return(c(
"## Data Sharing and Management Plan",
"## Data Management and Sharing Plan",
"### Data Type",
"#### Types and amount of scientific data expected to be generated in the project",
raw_data_part,
Expand Down
2 changes: 1 addition & 1 deletion R/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ shiny_ui <- function() {

titlePanel(title = div(
img(
src = "https://raw.githubusercontent.com/FredHutch/dmshelper/main/img/logo2.png",
src = "https://raw.githubusercontent.com/FredHutch/dmshelper/main/img/logo3.png",
alt = "DMS Helper",
height = 25,
style = "margin-left: 10px;"
Expand Down
Binary file added img/logo3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5b43d0c

Please sign in to comment.