Fix install icons (#13904)

This commit is contained in:
Tony Murray
2022-04-09 15:05:09 -05:00
committed by GitHub
parent acdf51deca
commit c8606aab6b
9 changed files with 32 additions and 32 deletions

View File

@@ -117,6 +117,6 @@ class MakeUserController extends InstallationController implements InstallerStep
public function icon(): string
{
return 'fa-key';
return 'fa-solid fa-key';
}
}