Skip to content

Commit

Permalink
Listen to magento configuration for newsletter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored Dec 17, 2024
1 parent 430f286 commit 1cfe1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/partials/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="mt-8 py-12 pt-8 border-t lg:py-16">
<div class="flex flex-col justify-between lg:flex-row xl:gap-8">
@include('rapidez::layouts.partials.footer.navigation')
@include('rapidez::layouts.partials.footer.newsletter')
@includeWhen(Rapidez::config('newsletter/general/active', 1), 'rapidez::layouts.partials.footer.newsletter')
</div>
<div class="mt-8 border-t py-8 md:flex md:items-center md:justify-between">
@include('rapidez::layouts.partials.footer.social')
Expand Down

0 comments on commit 1cfe1c4

Please sign in to comment.