Skip to content

Commit

Permalink
Update fontawesome script to version 6.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Dec 1, 2023
1 parent af68267 commit ff9e20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/kunena/src/Template/KunenaTemplate.php
Expand Up @@ -1812,7 +1812,7 @@ public function loadFontawesome()
$fontawesome = $this->params->get('fontawesome');

if ($fontawesome) {
$this->addScript('https://use.fontawesome.com/releases/v6.4.2/js/all.js', [], ['defer' => true]);
$this->addScript('https://use.fontawesome.com/releases/v6.5.1/js/all.js', [], ['defer' => true]);
}
}

Expand Down

0 comments on commit ff9e20d

Please sign in to comment.