Skip to content

Commit

Permalink
Pull from local assets in main nav (#6524)
Browse files Browse the repository at this point in the history
  • Loading branch information
emdecr authored Jul 14, 2023
1 parent 1267ae3 commit 6e691d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="nav-container site-header__container">
<div class="row site-header__row">
<div class="col-9 col-md-3 col-lg-2 site-header__col--logo">
<a href="https://mattermost.com/" data-ol-has-click-handler=""><img width="190" height="43" src="https://mattermost.com/wp-content/themes/mattermost-2021/frontend/dist/img/mattermost-logo-horizontal.svg"></a>
<a href="https://mattermost.com/" data-ol-has-click-handler=""><img width="190" height="43" src="{{ pathto('_static/images/Mattermost-Logo-Denim.svg', 1) }}" alt="Mattermost Logo"></a>
</div>
<div class="col-3 col-md-9 site-header__mobile-menu" id="hamburger" data-ol-has-click-handler="">
<svg class="hamburger-open" width="25" height="20" viewBox="0 0 25 20" fill="none" xmlns="http://www.w3.org/2000/svg">
Expand Down Expand Up @@ -110,7 +110,7 @@
<p class="promo-subhead">Our most popular content.</p>
<a href="https://mattermost.com/mattermost-product-overview-video/" class="promo-block" id="platform-promo-2" data-ol-has-click-handler="">
<div class="promo-block__image">
<img src="https://mattermost.com/wp-content/themes/mattermost-2021/frontend/dist/img/header/promo/promo-mattermost-platform-overview-video.png" alt="">
<img src="{{ pathto('_static/images/nav/promo/promo-mattermost-platform-overview-video.png', 1) }}" alt="">
</div>
<div class="promo-block__copy">Platform Overview Video »</div>
</a>
Expand Down

0 comments on commit 6e691d2

Please sign in to comment.