Skip to content

Commit 9e08f9b

Browse files
committed
fix icons
1 parent 9e84092 commit 9e08f9b

2 files changed

Lines changed: 25 additions & 29 deletions

File tree

projects/skills/src/app/profile/shared/info-block/info-block.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1 class="info__title">{{ userData.firstName }} {{ userData.lastName }}</h1>
1212
<div class="info__keys text-body-14">
1313
<div>
1414
{{ userData.age }} {{ userData.age | pluralize: ["год", "года", "лет"] }} •
15-
{{ userData.specialization }}
15+
{{ userData.specialization }}
1616
</div>
1717
<div class="info__geo">
1818
<i appIcon icon="geo-point"></i>

0 commit comments

Comments
 (0)