Added new position
All checks were successful
Build, Test & Push Frontend / quality-check (pull_request) Successful in 1m44s
Build, Test & Push Frontend / docker (pull_request) Has been skipped

This commit is contained in:
Andreas Dahm
2026-03-04 20:37:04 +01:00
parent 61a2057291
commit a3ec68acc5
5 changed files with 132 additions and 115 deletions

View File

@@ -90,13 +90,15 @@
</div>
</div>
<div class="highlights">
<ul>
<li>{{ entry.key + '.HIGHLIGHTS.P1' | translate }}</li>
<li>{{ entry.key + '.HIGHLIGHTS.P2' | translate }}</li>
<li>{{ entry.key + '.HIGHLIGHTS.P3' | translate }}</li>
</ul>
</div>
@if (!entry.no_highlights) {
<div class="highlights">
<ul>
<li>{{ entry.key + '.HIGHLIGHTS.P1' | translate }}</li>
<li>{{ entry.key + '.HIGHLIGHTS.P2' | translate }}</li>
<li>{{ entry.key + '.HIGHLIGHTS.P3' | translate }}</li>
</ul>
</div>
}
</div>
@if(entry.key !== xpKeys.at(xpKeys.length-1)?.key)

View File

@@ -31,6 +31,11 @@ import {SharedFunctions} from '../../shared/SharedFunctions';
export class AboutComponent {
xpKeys = [
{
key: 'ABOUT.XP.COMPANY9',
logo: AssetsConstants.COLORDIGITAL_LOGO,
no_highlights: true
},
{
key: 'ABOUT.XP.COMPANY8',
logo: AssetsConstants.TERAPORT_LOGO