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

@@ -57,7 +57,7 @@ export class ProjectsComponent implements OnInit, OnDestroy {
title: 'PROJECTS.PLAYGROUND.TITLE',
shortDescription: 'PROJECTS.PLAYGROUND.SHORT_DESCRIPTION',
introduction: 'PROJECTS.PLAYGROUND.INTRODUCTION',
images: [],
images: AssetsConstants.PLAYGROUND_IMAGES.map(url => ({ url, source: '' })),
icon: 'web',
assets: '',
links: [{ name: 'PROJECTS.LINK_TO_PROJECT', url: 'https://andreas-dahm.eu' }],