1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-29 10:38:08 +01:00

Bootstrap updated to v5.0.1

This commit is contained in:
Cameron 2021-06-07 17:07:02 -07:00
parent 2f9d81d7fc
commit f561c5920b
3 changed files with 5 additions and 5 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',
'library_path' => 'https://cdn.jsdelivr.net/npm/bootstrap@5.0.1',
'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