Skip to content

Commit

Permalink
Fix KWB logo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrustl committed Sep 5, 2024
1 parent 9f3ddac commit 89b1b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/use_pkgdown.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ use_pkgdown <- function(
authors <- c(authors, stats::setNames(nm = copyright_holder_name, list(list(
href = "http://www.kompetenz-wasser.de",
html = paste0(
"<img src='https://publications.kompetenz-wasser.de/img/KWB-Logo.svg'",
"<img src='https://logos.kompetenz-wasser.io/KWB_Logo_M_Blau_RGB.svg'",
" alt='KWB' width='72' />")
))))
}
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors:
alt='Project FAKIN' width='72' />
Kompetenzzentrum Wasser Berlin gGmbH (KWB):
href: https://www.kompetenz-wasser.de
html: <img src='https://publications.kompetenz-wasser.de/img/KWB-Logo.svg'
html: <img src='https://logos.kompetenz-wasser.io/KWB_Logo_M_Blau_RGB.svg'
alt='KWB' width='72' />

template:
Expand Down

0 comments on commit 89b1b53

Please sign in to comment.