Fix some of the library credit urls

This commit is contained in:
Kevin MacMartin 2021-07-29 18:13:01 -04:00
parent f9a860a6d9
commit 8516092b1d

View file

@ -50,11 +50,11 @@ class Dashboard
*/
public static $library_credits = [
[ 'name' => 'Bootstrap', 'url' => 'https://getbootstrap.com' ],
[ 'name' => 'EasyMDE Markdown Editor', 'url' => 'https://easymde.tk' ],
[ 'name' => 'EasyMDE Markdown Editor', 'url' => 'https://github.com/Ionaru/easy-markdown-editor' ],
[ 'name' => 'flatpickr', 'url' => 'https://flatpickr.js.org' ],
[ 'name' => 'Font Awesome', 'url' => 'https://fontawesome.com', 'license' => 'https://fontawesome.com/license' ],
[ 'name' => 'GreenSock', 'url' => 'https://greensock.com/gsap' ],
[ 'name' => 'jQuery', 'url' => 'https://jquery.org' ],
[ 'name' => 'jQuery', 'url' => 'https://jquery.com' ],
[ 'name' => 'List.js', 'url' => 'http://listjs.com' ],
[ 'name' => 'Popper.js', 'url' => 'https://popper.js.org' ],
[ 'name' => 'Sortable', 'url' => 'https://github.com/RubaXa/Sortable' ],