Skip to content

Commit

Permalink
Update css version
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Nov 20, 2023
1 parent aa3b38b commit 7889ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-content/themes/academyAfrica/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function child_theme_configurator_css()

function my_theme_enqueue_styles()
{
wp_enqueue_style('child-style', get_stylesheet_directory_uri() . '/assets/css/dist/main.css', array('hello-elementor', 'hello-elementor', 'hello-elementor-theme-style'), '6.3.4');
wp_enqueue_style('child-style', get_stylesheet_directory_uri() . '/assets/css/dist/main.css', array('hello-elementor', 'hello-elementor', 'hello-elementor-theme-style'), '6.3.5');
}

add_action('wp_enqueue_scripts', 'my_theme_enqueue_styles');
Expand Down

0 comments on commit 7889ba8

Please sign in to comment.