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

Upgraded Bootstrap 5 to final version. (no more beta)

This commit is contained in:
Cameron
2021-05-07 12:07:38 -07:00
parent da3c207fa3
commit 80f59e2493
3 changed files with 8 additions and 8 deletions

View File

@ -331,7 +331,7 @@ class core_library
),
// Override library path to CDN.
//https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css
'library_path' => 'https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1',
'library_path' => 'https://cdn.jsdelivr.net/npm/bootstrap@5.0.0',
'path' => '',
'version' => '5.0.0',
);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long