Skip to content

Commit

Permalink
fix: update email address
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed May 4, 2020
1 parent 76ba948 commit 83a4273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/partials/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="h4"><a rel="external" class="link--inverse" href="https://platform.coop/contact-us/">Contact us</a></div>
<div>
<strong>{{ __('Email', 'coop-library') }}</strong><br />
<a class="link--inverse" href="mailto:{!! antispambot('[email protected]') !!}" rel="external">{!! antispambot('[email protected]') !!}</a>
<a class="link--inverse" href="mailto:{!! antispambot('[email protected]') !!}" rel="external">{!! antispambot('[email protected]') !!}</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 83a4273

Please sign in to comment.