remove metadata from button

This commit is contained in:
Thomas Zarebczan 2018-05-24 15:20:26 -04:00 committed by GitHub
parent 61f3710dfb
commit 0e7ee57249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,6 @@
<h3 class="cover-subtitle cover-title-flat">Hollywood films, college lessons, amazing streamers and more are on the first media network ruled by <em>you</em>.</h3>
</div>
<div class="spacer2 text-center">
<?php echo View::render('download/_downloadButton', ['buttonStyle' => 'primary',])?>
<?php echo View::render('download/_downloadButton', ['buttonStyle' => 'primary','meta' => false,])?>
</div>
</main>