Bootstrap 5 continued + bugfixes

This commit is contained in:
Joey Kimsey
2024-12-15 17:19:08 -05:00
parent de6d608857
commit 2220c6cda3
27 changed files with 198 additions and 148 deletions

View File

@ -53,7 +53,7 @@ class Contact extends Plugin {
];
public $admin_links = [
[
'text' => '<i class="fa fa-fw fa-support"></i> Contact',
'text' => '<i class="fa fa-fw fa-briefcase"></i> Contact',
'url' => '{ROOT_URL}admin/contact',
],
];