code refactoring

This commit is contained in:
Bangara Raju Kottedi 2024-05-09 01:04:41 +05:30
parent fe79623464
commit 395f52060e
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<div class="blog-meta">
<p class="blog-category" *ngFor="let category of post.categories; index as i">{{post.categories.length - i > 1 ? category + ',' : category}}</p>
<span class="dot"></span>
<span class="dot" *ngIf="post.categories.length > 0"></span>
<time>{{post.createdDate}}</time>
</div>

View File

@ -74,7 +74,7 @@
</div>
<div class="skill-progress-bg">
<div class="skill-progress-fill" style="width: 80%;"></div>
<div class="skill-progress-fill" [style]="'width: ' + skill.proficiencyLevel + '%'"></div>
</div>
</li>