Skip to content

Commit

Permalink
remove logo from header
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti committed Oct 20, 2023
1 parent dbf7151 commit ec2126b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}

.md-tabs__item {
height: 1.75rem !important;
height: unset;
}

/* Search bar
Expand Down
2 changes: 1 addition & 1 deletion docs/overrides/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<!-- Social links -->
{% include "partials/social.html" %}
<a href="https://posit.co/" class="nav-link" target="_blank">
<img src="images/posit-logo-fullcolor-TM.svg" alt="Posit">
<img src="/images/posit-logo-fullcolor-TM.svg" alt="Posit">
</a>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion docs/overrides/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="{{ base_url }}/../news/" title="Release Notes" class="md-tabs__link md-source">Release Notes</a></li>
<li class="md-tabs__item"><a href="https://support.posit.co/hc/en-us" title="Posit Support" class="md-tabs__link md-source">Help</a></li>
<li class="md-tabs__item"><a href="https://www.posit.co/" title="Posit" class="md-tabs__link md-source logo"></a></li>
</ul>
</div>
{% if "search" in config["plugins"] %}
Expand Down

0 comments on commit ec2126b

Please sign in to comment.