Merge pull request #566 from publicarray/fix-hide-social-icon

Fix #557
This commit is contained in:
Jeremy Quinton 2019-02-17 18:55:15 +02:00 committed by GitHub
commit 3bb4aaddb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
@if($event->social_show_facebook || $event->social_show_linkedin || $event->social_show_twitter || $event->social_show_googleplus || $event->social_show_whatsapp || $event->social_show_email)
<section id="share" class="container">
<div class="row">
<h1 class="section_head">
@ -107,4 +108,4 @@
</div>
</div>
</section>
@endif