Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
corrections by the reviewer.
  • Loading branch information
Olucas7 committed Mar 24, 2022
commit 2188564607b777c9475432d3ffd6ce4dabda2631
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
<td class="col lg-col">{{ entry.description }}</td>
<td class="col lg-col">
<ng-container *ngIf="entry.technologies.length > 0">
<div *ngFor="let techology of entry.technologies" class="badge bg-secondary text-wrap">
{{ techology }}
<div *ngFor="let technology of entry.technologies" class="badge bg-secondary text-wrap">
{{ technology }}
</div>
</ng-container>
</td>
Expand Down