fix(aura): drive blur via @media instead of broken argument

This commit is contained in:
Keith Solomon
2026-08-16 12:44:15 -05:00
parent 1caef627a0
commit b0ed0d7a5a
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -54,5 +54,5 @@ if ( ! $hero_intro ) {
</section>
<?php
get_template_part( 'views/partials/aura-bg', null, array( 'blur' => 'desktop' ) );
get_template_part( 'views/partials/aura-bg' );
get_footer();