project tile changes

This commit is contained in:
Bangara Raju Kottedi 2024-05-19 12:23:35 +05:30
parent 0bb9097513
commit 5351a2ba58

View File

@ -57,9 +57,9 @@
</figure>
<h3 class="project-title">{{project.name}}</h3>
<span class="project-category" *ngFor="let category of project.categories; index as i" [ngClass]="i > 0 ? 'inline no-margin' : 'inline'">{{i > 0 ? ', ' + category : category}}</span>
<div class="project-category">
<span *ngFor="let responsbility of project.responsibilities; index as i" class="inline">{{i > 0 ? ', ' + responsbility : responsbility}}</span>
</div>
</a>
</li>