Skip to content

Commit

Permalink
fix image path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephBARBIERDARNAL committed Dec 20, 2024
1 parent 3c40fa8 commit b87e4ac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions inst/assets/rmarkdown_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
.logo {
height: 40px;
width: auto;
background-image: url(logo/OMNI_Logo-White_Horizontal.png);
}

.date {
Expand Down Expand Up @@ -94,7 +93,11 @@
<div id="header">
<div class="header-wrapper">
<div class="header-content">
<div class="logo"></div>
<img
src="https://raw.githubusercontent.com/rfortherestofus/omni/refs/heads/main/inst/assets/logo/OMNI_Logo-White_Horizontal.png"
class="logo"
alt="Logo"
/>
<div class="date">$date$</div>
</div>
<div class="header-line"></div>
Expand Down

0 comments on commit b87e4ac

Please sign in to comment.