Skip to content

Commit

Permalink
Merge pull request #154 from linchpin/issue/126-150
Browse files Browse the repository at this point in the history
#126 Remove broken image from About tab
  • Loading branch information
aaronware authored Aug 17, 2020
2 parents 9c5520c + b4b06a7 commit 5e276c5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions templates/admin/settings-about-courier.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</div>

<div class="wrapper courier-row table">
<div class="courier-columns-6 table-cell">
<div class="courier-columns-12 table-cell">
<h3><?php esc_html_e( 'A Quick 2 Minute Primer', 'courier-notices' ); ?></h3>
<p><?php esc_html_e( 'Courier allows you to notify your site visitors/users of different information and events on your site.', 'courier-notices' ); ?></p>
<p><?php esc_html_e( 'We built this plugin as a base notification system for a few other projects and decided to share it with the community.', 'courier-notices' ); ?></p>
Expand All @@ -65,10 +65,6 @@
</p>
<?php endif; ?>
</div>

<div class="courier-columns-6 right table-cell">
<img src="<?php echo esc_url( COURIER_NOTICES_PLUGIN_URL . 'assets/images/help-admin-comp2.gif' ); ?>" alt="<?php esc_attr_e( 'Enable Courier', 'courier-notices' ); ?>" width="90%"/>
</div>
</div>

<div class="gray-bg negative-bg">
Expand Down

0 comments on commit 5e276c5

Please sign in to comment.