Skip to content

Commit 68cb29f

Browse files
committed
move about card
1 parent f0a6f5d commit 68cb29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/card.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h2 class="h2 mb-3">About {{ model_name }}</h2>
3434
</div>
3535
{% endif %}
3636
{% if model_in_playground %}
37-
<a class="btn-primary" href="https://playground.roboflow.com" style="grid-column: span 2;text-align: center;align-content: center;"><div>Test {{ model_name }} in our Model Playground</div><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><rect width="256" height="256" fill="none"/><polygon points="160 16 144 96 208 120 96 240 112 160 48 136 160 16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/></svg></a>
37+
<a class="btn-primary" href="https://playground.roboflow.com" style="grid-column: span 2;text-align: center;align-content: center; justify-content: space-between;"><div>Test {{ model_name }} in our Model Playground</div><svg style="height: 1rem;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><rect width="256" height="256" fill="none"/><polygon points="160 16 144 96 208 120 96 240 112 160 48 136 160 16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/></svg></a>
3838
{% endif %}
3939
</div>
4040
</section>

0 commit comments

Comments
 (0)