Renaming JPG to jpg images

This commit is contained in:
Lorenzo Iovino 2024-01-11 10:53:52 +01:00
parent a74edd175f
commit 5a22178815
8 changed files with 4 additions and 4 deletions

View file

@ -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}}">