mirror of
https://github.com/bec-project/bec_atlas.git
synced 2025-07-14 07:01:48 +02:00
fix: added missing login images
This commit is contained in:
@ -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 |
BIN
frontend/bec_atlas/src/assets/backgrounds/world_at_night.jpg
Normal file
BIN
frontend/bec_atlas/src/assets/backgrounds/world_at_night.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 440 KiB |
Reference in New Issue
Block a user