Adding donation link for Mlem. (#312)

This commit is contained in:
Dessalines 2024-04-22 15:01:19 -04:00 committed by GitHub
parent 5844a68873
commit d52c6cf29d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View File

@ -293,6 +293,10 @@ const MLEM: AppDetails = {
link: "https://github.com/mlemgroup/mlem",
icon: "github",
},
{
link: "https://opencollective.com/mlem",
icon: "opencollective",
},
],
sourceType: SourceType.Open,
platforms: [Platform.IOS],

View File

@ -20,6 +20,13 @@ export class Symbols extends Component<any, any> {
xmlnsXlink="http://www.w3.org/1999/xlink"
>
<defs>
<symbol id="icon-opencollective" viewBox="0 0 32 32">
<path
fill="#7fadf2"
style="fill: var(--color1, #7fadf2)"
d="M29.147 6.893c1.791 2.54 2.862 5.698 2.862 9.107s-1.071 6.567-2.896 9.157l0.034-0.050-4.133-4.133c0.811-1.433 1.289-3.147 1.289-4.973s-0.478-3.54-1.315-5.025l0.027 0.051zM25.107 2.853l-4.133 4.133c-1.43-0.801-3.138-1.273-4.956-1.273-5.678 0-10.28 4.602-10.28 10.28s4.603 10.28 10.28 10.28c1.818 0 3.526-0.472 5.008-1.3l-0.052 0.027 4.133 4.147c-2.544 1.781-5.702 2.847-9.11 2.847-8.837 0-16-7.163-16-16s7.163-16 16-16c3.408 0 6.566 1.065 9.162 2.881l-0.052-0.034zM29.147 6.893c1.791 2.54 2.862 5.698 2.862 9.107s-1.071 6.567-2.896 9.157l0.034-0.050-4.133-4.133c0.811-1.433 1.289-3.147 1.289-4.973s-0.478-3.54-1.315-5.025l0.027 0.051z"
></path>
</symbol>
<symbol id="icon-patreon" viewBox="0 0 512 512">
<path d="M512 194.8c0 101.3-82.4 183.8-183.8 183.8-101.7 0-184.4-82.4-184.4-183.8 0-101.6 82.7-184.3 184.4-184.3C429.6 10.5 512 93.2 512 194.8zM0 501.5h90v-491H0v491z"></path>
</symbol>