diff --git a/themes/jquery/footer-bottom.php b/themes/jquery/footer-bottom.php index 2ba37d13..2fc46f6f 100644 --- a/themes/jquery/footer-bottom.php +++ b/themes/jquery/footer-bottom.php @@ -1,19 +1,19 @@ array( - 'icon' => 'pencil', + 'class' => 'icon-pencil', 'url' => 'https://learn.jquery.com/' ), 'Chat' => array( - 'icon' => 'comments', + 'class' => 'icon-comments', 'url' => 'https://jquery.com/support/' ), 'Twitter' => array( - 'icon' => 'twitter', + 'class' => 'icon-twitter', 'url' => get_option( 'jquery_twitter_link' ) ?: 'https://twitter.com/jquery' ), 'GitHub' => array( - 'icon' => 'github', + 'class' => 'icon-github', 'url' => 'https://github.com/jquery' ) ); @@ -22,10 +22,10 @@