Added new project for my homeserver

This commit is contained in:
2026-01-17 10:55:18 +01:00
parent 24c438a01e
commit bbf029dc60
11 changed files with 88 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
<mat-card-subtitle>{{ project.shortDescription | translate }}</mat-card-subtitle>
</mat-card-header>
@if(project.images.length > 0) {
<img mat-card-image [src]="project.images[0]" [alt]="project.title | translate">
<img mat-card-image [src]="project.images[0].url" [alt]="project.title | translate">
} @else {
<div class="icon-container">
<mat-icon class="fallback-icon">{{ project.icon }}</mat-icon>
@@ -32,7 +32,7 @@
<mat-card-title>{{ project.title | translate }}</mat-card-title>
</mat-card-header>
@if(project.images.length > 0) {
<img mat-card-image [src]="project.images[0]" [alt]="project.title | translate">
<img mat-card-image [src]="project.images[0].url" [alt]="project.title | translate">
} @else {
<div class="icon-container">
<mat-icon class="fallback-icon">{{ project.icon }}</mat-icon>