Skip to content

Commit

Permalink
fix: added @Ilithy to contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Jan 18, 2025
1 parent 074cf15 commit dea1f49
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/src/views/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@
<p>{{ $t('aboutPage.contributors') }}</p>
</ion-label>
</ion-item>
<ion-item lines="none" button :detail-icon="atOutline" href="https://github.com/Ilithy" target="_blank" color="light">
<ion-avatar aria-hidden="true" slot="start">
<img alt="Photo de profil de Ilithy" src="https://avatars.githubusercontent.com/u/36798218?v=4" />
</ion-avatar>
<ion-label>
<h2>Ilithy</h2>
<p>{{ $t('aboutPage.contributors') }}</p>
</ion-label>
</ion-item>
</ion-list>
<!-- <div class="list-title no-margin ion-padding-bottom">-->
<!-- Donateurs-->
Expand Down

0 comments on commit dea1f49

Please sign in to comment.