Added an image for the playground project

This commit is contained in:
2026-02-23 09:11:16 +01:00
parent e66206c518
commit 45c11e42cd
3 changed files with 6 additions and 2 deletions

View File

@@ -15,6 +15,10 @@ export class AssetsConstants {
static readonly DIPLOMA = '/assets/projects/diploma/Dahm2010-Diplomarbeit.pdf';
//project images
static readonly PLAYGROUND_IMAGES = [
'/assets/projects/playground/1.png'
];
static readonly EL_MUCHO_IMAGES = [
'/assets/projects/el-mucho/1.jpg',
'/assets/projects/el-mucho/2.jpg',
@@ -43,4 +47,4 @@ export class AssetsConstants {
'/assets/projects/tribble-the-homeserver/3.png',
'/assets/projects/tribble-the-homeserver/4.png'
];
}
}