mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix install icons (#13904)
This commit is contained in:
@@ -117,6 +117,6 @@ class MakeUserController extends InstallationController implements InstallerStep
|
||||
|
||||
public function icon(): string
|
||||
{
|
||||
return 'fa-key';
|
||||
return 'fa-solid fa-key';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user