Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
feat: replace patreon and open collective by ko-fi
Browse files Browse the repository at this point in the history
  • Loading branch information
MessiasLima committed Mar 16, 2022
1 parent 52a3655 commit 4a57900
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions src/app/ui/pages/get-involved/get-involved.component.html
Expand Up @@ -74,25 +74,9 @@ <h6>
</p>
</nb-card-body>
<nb-card-footer>
<button
nbButton
(click)="openLink('https://www.patreon.com/appoutlet')"
>
<nb-icon icon="heart-outline"></nb-icon>
{{ 'PAGES.GET_INVOLVED.DONATING.PATREON' | translate }}
</button>
<button
nbButton
(click)="
openLink('https://opencollective.com/app-outlet')
"
>
<nb-icon icon="heart-outline"></nb-icon>
{{
'PAGES.GET_INVOLVED.DONATING.OPEN_COLLECTIVE'
| translate
}}
</button>
<a (click)="openLink('https://ko-fi.com/E1E4BDSE7')" target='_blank'>
<img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi3.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' />
</a>
</nb-card-footer>
</nb-card>
</div>
Expand Down

0 comments on commit 4a57900

Please sign in to comment.