Skip to content

Commit

Permalink
Correctly size posit logo
Browse files Browse the repository at this point in the history
Actually fixes r-lib#2379
  • Loading branch information
hadley authored and SebKrantz committed Jun 1, 2024
1 parent 0b62db0 commit ada0681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors:
Posit Software, PBC:
href: https://www.posit.co
html: >-
<img src='https://www.tidyverse.org/posit-logo.svg' alt='Posit' height='16' style="margin-bottom: 3px;" />
<img src='https://www.tidyverse.org/posit-logo.svg' alt='Posit' width='62' height='16' style="margin-bottom: 3px;" />
template:
bootstrap: 5
Expand Down

0 comments on commit ada0681

Please sign in to comment.