Add a link to contribute more apps to the list

This commit is contained in:
John Wesley 2024-07-16 15:38:33 -04:00
parent 2961eee4b1
commit ee23d6fe00

View file

@ -100,6 +100,17 @@ export default function ServersPage() {
}}
</For>
</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>
);
}