Skip to content

Commit a94825c

Browse files
committed
feat: add button to contribute your strategy
1 parent 4156b9a commit a94825c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

community.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,18 @@
179179
</tbody>
180180
</table>
181181
</div>
182+
183+
<div class="flex justify-center mt-8">
184+
<a href="https://github.com/S1M0N38/balatrollm/blob/main/CONTRIBUTING.md#contributing-strategies" target="_blank"
185+
class="px-6 py-3 bg-gray-200 hover:bg-gray-300 text-gray-700 font-medium text-sm rounded-lg transition-colors inline-flex items-center space-x-2">
186+
<span>Contribute Your Strategy</span>
187+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4">
188+
<path fill-rule="evenodd"
189+
d="M4.22 11.78a.75.75 0 0 1 0-1.06L9.44 5.5H5.75a.75.75 0 0 1 0-1.5h5.5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-1.5 0V6.56l-5.22 5.22a.75.75 0 0 1-1.06 0Z"
190+
clip-rule="evenodd" />
191+
</svg>
192+
</a>
193+
</div>
182194
</div>
183195

184196
</body>

0 commit comments

Comments
 (0)