Renaming JPG to jpg images
This commit is contained in:
parent
a74edd175f
commit
5a22178815
8 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<iov-section [title]="'Portfolio'"
|
||||
[backgroundImageUrl]="'/assets/green.JPG'">
|
||||
[backgroundImageUrl]="'/assets/green.jpg'">
|
||||
<div class="mb-10">
|
||||
<div class="grid grid-cols-3 bg-slate-100 p-4">
|
||||
<div *ngFor="let job of jobs; index as i" class="m-4 {{expandedJob == i ? ('col-span-3 order-' + i) : 'col-span-1 order-'+ i}}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue