mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Fix some of the library credit urls
This commit is contained in:
parent
f9a860a6d9
commit
8516092b1d
1 changed files with 2 additions and 2 deletions
|
@ -50,11 +50,11 @@ class Dashboard
|
||||||
*/
|
*/
|
||||||
public static $library_credits = [
|
public static $library_credits = [
|
||||||
[ 'name' => 'Bootstrap', 'url' => 'https://getbootstrap.com' ],
|
[ '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' => 'flatpickr', 'url' => 'https://flatpickr.js.org' ],
|
||||||
[ 'name' => 'Font Awesome', 'url' => 'https://fontawesome.com', 'license' => 'https://fontawesome.com/license' ],
|
[ 'name' => 'Font Awesome', 'url' => 'https://fontawesome.com', 'license' => 'https://fontawesome.com/license' ],
|
||||||
[ 'name' => 'GreenSock', 'url' => 'https://greensock.com/gsap' ],
|
[ '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' => 'List.js', 'url' => 'http://listjs.com' ],
|
||||||
[ 'name' => 'Popper.js', 'url' => 'https://popper.js.org' ],
|
[ 'name' => 'Popper.js', 'url' => 'https://popper.js.org' ],
|
||||||
[ 'name' => 'Sortable', 'url' => 'https://github.com/RubaXa/Sortable' ],
|
[ 'name' => 'Sortable', 'url' => 'https://github.com/RubaXa/Sortable' ],
|
||||||
|
|
Loading…
Reference in a new issue