Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -84,7 +84,7 @@ | ... | @@ -84,7 +84,7 @@ |
| 84 | <div> | 84 | <div> |
| 85 | <h4 class="font-bold text-gray-900">{{ item?.name }}</h4> | 85 | <h4 class="font-bold text-gray-900">{{ item?.name }}</h4> |
| 86 | <p class="text-sm text-gray-600">{{ item?.educational }}</p> | 86 | <p class="text-sm text-gray-600">{{ item?.educational }}</p> |
| 87 | - <p class="text-xs text-gray-500 mt-1">{{ item?.introduce }}</p> | 87 | + <p class="text-xs text-gray-500 mt-1">{{ item?.introduction }}</p> |
| 88 | </div> | 88 | </div> |
| 89 | </div> | 89 | </div> |
| 90 | </div> | 90 | </div> | ... | ... |
-
Please register or login to post a comment