Merge pull request #983 from mempool/wiz/fix-about-page-staff-string

Fix string for Project Staff on About page
This commit is contained in:
softsimon 2021-12-08 14:36:20 +04:00 committed by GitHub
commit 7c89dde5d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,7 +174,7 @@
</div>
<div class="maintainers" *ngIf="contributors.core.length">
<h3 i18n="about.core_contributors">Core Contributors</h3>
<h3 i18n="about.project_staff">Project Staff</h3>
<div class="wrapper">
<ng-template ngFor let-contributor [ngForOf]="contributors.core">
<a [href]="'https://github.com/' + contributor.name" target="_blank" [title]="contributor.name">