interrupt-header.blade.php
2 years ago
report-header.blade.php
2 years ago
sidebar-menu-section.blade.php
2 years ago
sidebar.blade.php
2 years ago
updates.blade.php
2 years ago
interrupt-header.blade.php
11 lines
| 1 | <div class="header"> |
| 2 | <div class="logo"> |
| 3 | <img src="{{iawp_url_to('img/logo.png')}}" data-testid="logo"/> |
| 4 | </div> |
| 5 | <a href="https://independentwp.com/knowledgebase/" |
| 6 | class="iawp-button purple" |
| 7 | target="_blank"> |
| 8 | <span class="dashicons dashicons-sos"></span> |
| 9 | <span>{{ __('Get Help', 'independent-analytics') }}</span> |
| 10 | </a> |
| 11 | </div> |