fix file names

This commit is contained in:
argirok 2022-06-30 13:36:12 +03:00
parent 98e16ab975
commit 4c85d883a6
6 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ declare var UIkit;
height:100%
}
#ipadcontainer{
background-image: url('/assets/iPad Pro.svg');
background-image: url('/assets/iPad-Pro.svg');
background-size: contain;
background-repeat: no-repeat;
height: 900px;

View File

@ -7,9 +7,9 @@ import {CustomizationComponent} from './customization.component';
import {CustomizationRoutingModule} from './customization-routing.module';
import {ColorPickerModule} from 'ngx-color-picker';
import {FontSizeComponent} from './FontSize.component';
import {ColorComponent} from './Color.component';
import {BorderComponent} from './Border.component';
import {FontSizeComponent} from './fontSize.component';
import {ColorComponent} from './color.component';
import {BorderComponent} from './border.component';
import {LayoutService} from '../../openaireLibrary/services/layout.service';
import {AlertModalModule} from '../../openaireLibrary/utils/modal/alertModal.module';
import {PageContentModule} from '../../openaireLibrary/dashboard/sharedComponents/page-content/page-content.module';

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB