File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ <h2>All Active Projects</h2>
56
56
{% else %}
57
57
< td > Not specified</ td >
58
58
{% endif %}
59
- < td style ="min-width: 12rem ; ">
60
- < a class ="btn btn-outline-secondary btn-sm " href ="{{ repo.url }} "> < img src ="{{ this.attachments.get('mark-github.svg')|url }} " alt ="GitHub "/> GitHub</ a > {% if repo.website %} < a class ="btn btn-outline-secondary btn-sm " href ="{{ repo.website }} "> < img src ="{{ this.attachments.get('link-external.svg')|url }} " alt ="website "/> Website</ a > {% endif %}
59
+ < td style ="min-width: 16rem ; ">
60
+ < a class ="btn btn-outline-secondary btn-sm " href ="{{ repo.url }} "> < img src ="{{ this.attachments.get('mark-github.svg')|url }} " alt ="GitHub "/> GitHub</ a > {% if repo.website %} < a class ="btn btn-outline-secondary btn-sm " href ="{{ repo.website }} "> < img src ="{{ this.attachments.get('link-external.svg')|url }} " alt ="website "/> Website</ a > {% endif %} {% if repo.slack %} < a class =" btn btn-outline-secondary btn-sm " href =" https://creativecommons.slack.com/channels/{{ repo.slack }} " > < img src =" {{ this.attachments.get('mark-slack.svg')|url }} " alt =" slack " /> Slack </ a > {% endif %}
61
61
</ td >
62
62
</ tr >
63
63
{% endfor %}
You can’t perform that action at this time.
0 commit comments