Skip to content

Commit

Permalink
Rename WileyLab logo, for easier identification
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mayer committed Jan 27, 2021
1 parent 54b6eaf commit 3b0eeb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ app_ui <- function() {
# List the first level UI elements here
dashboardPage(title = 'ReviewR',
dashboardHeader(title = tags$a(href='https://github.com/orgs/thewileylab', target='_blank',
tags$img(src='www/logo.png', width = '125px', height = '50px')
tags$img(src='www/wl_logo.png', width = '125px', height = '50px')
)
),
dashboardSidebar(sidebarMenu(id = 'main_tabs',
Expand All @@ -36,7 +36,7 @@ golem_add_external_resources <- function(){
)

tags$head(
favicon(ext = 'png'),
favicon(ext = 'ico'),
bundle_resources(
path = app_sys('app/www'),
app_title = 'ReviewR'
Expand Down
File renamed without changes

0 comments on commit 3b0eeb2

Please sign in to comment.