mirror of
https://github.com/MbinOrg/mbin-website.git
synced 2025-06-29 14:48:57 +00:00
Add a link to contribute more apps to the list
This commit is contained in:
parent
2961eee4b1
commit
ee23d6fe00
1 changed files with 11 additions and 0 deletions
|
@ -100,6 +100,17 @@ export default function ServersPage() {
|
||||||
}}
|
}}
|
||||||
</For>
|
</For>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="my-8 text-center font-light">
|
||||||
|
Don't see your app here? Contribute to the list by making a pull request{' '}
|
||||||
|
<a
|
||||||
|
href="https://github.com/MbinOrg/mbin-website/blob/main/src/data/apps.ts"
|
||||||
|
class="text-sky-600"
|
||||||
|
>
|
||||||
|
here
|
||||||
|
</a>
|
||||||
|
.
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue