From ee23d6fe0060e5e8f09d5bd5e29d3eb8b369e21e Mon Sep 17 00:00:00 2001 From: John Wesley Date: Tue, 16 Jul 2024 15:38:33 -0400 Subject: [PATCH] Add a link to contribute more apps to the list --- src/routes/apps.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/routes/apps.tsx b/src/routes/apps.tsx index 9df96d9..040ccdc 100644 --- a/src/routes/apps.tsx +++ b/src/routes/apps.tsx @@ -100,6 +100,17 @@ export default function ServersPage() { }} + +
+ Don't see your app here? Contribute to the list by making a pull request{' '} + + here + + . +
); }