fix: added missing login images

This commit is contained in:
2025-02-06 15:22:45 +01:00
parent a7e800199f
commit 7dbd840ee2
4 changed files with 6 additions and 2 deletions

View File

@ -49,11 +49,11 @@ export class LoginComponent {
images: BackgroundImageSource[] = [
{
backgroundImage: 'assets/backgrounds/psi_background_north.jpg',
blur: 3,
blur: 2,
},
{
backgroundImage: 'assets/backgrounds/psi_background_south.jpg',
blur: 3,
blur: 2,
},
{
backgroundImage: 'assets/backgrounds/psi_sdsc.jpg',
@ -73,6 +73,10 @@ export class LoginComponent {
'assets/backgrounds/ramon-salinero-vEE00Hx5d0Q-unsplash.jpg',
blur: 0,
},
{
backgroundImage: 'assets/backgrounds/world_at_night.jpg',
blur: 0,
},
];
constructor(

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 886 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 KiB