1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 03:54:09 +02:00

Fontawesome updated to 5.15.4

Bootswatch updated to 5.2.3 in Bootstrap5 theme and fontawesome loading switched to css. (instead of js)
This commit is contained in:
Cameron
2023-04-12 15:32:48 -07:00
parent 5f492a8441
commit c3517641e0
25 changed files with 76 additions and 73 deletions

View File

@@ -81,7 +81,7 @@
$this->assertSame('style.css', $result);
$result = $this->th->findDefaultCSS('bootstrap5');
$this->assertSame('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.1.3/quartz/bootstrap.min.css', $result);
$this->assertSame('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.2.3/quartz/bootstrap.min.css', $result);
}
/*