mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-02-04 06:58:40 +00:00
fix icon path
This commit is contained in:
parent
bd0e9a9276
commit
b26dabad7d
|
|
@ -371,7 +371,7 @@ final class Application
|
|||
private function initResponseHead(Head $head, HttpRequest $request, HttpResponse $response) : void
|
||||
{
|
||||
/* Load assets */
|
||||
$head->addAsset(AssetType::CSS, 'Resources/fontawesome/css/font-awesome.min.css');
|
||||
$head->addAsset(AssetType::CSS, 'Resources/fonts/fontawesome/css/font-awesome.min.css');
|
||||
$head->addAsset(AssetType::CSS, 'cssOMS/styles.css');
|
||||
$head->addAsset(AssetType::CSS, '//fonts.googleapis.com/css?family=Roboto:100,300,300i,400,700,900');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user