File tree 1 file changed +3
-3
lines changed
themes/vocabulary_theme/templates
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,11 +91,11 @@ <h2>All Active Projects</h2>
91
91
{% endif %}
92
92
< td class ="padding-vertical-normal padding-right-xl padding-left-normal ">
93
93
{% if repo.website %}
94
- < a href ="{{ repo.website }} " class ="is-block has-color-dark-slate-gray " > Website</ a >
94
+ < a href ="{{ repo.website }} " class ="is-block " > < i class =" icon external-link padding-right-small " > </ i > Website</ a >
95
95
{% endif %}
96
- < a href ="{{ repo.url }} " class ="is-block has-color-dark-slate-gray "> < i class ="icon github padding-right-small "> </ i > Github</ a >
96
+ < a href ="{{ repo.url }} " class ="is-block "> < i class ="icon github padding-right-small "> </ i > Github</ a >
97
97
{% if repo.slack %}
98
- < a href ="https://creativecommons.slack.com/channels/{{ repo.slack }} " class ="is-block has-color-dark-slate-gray "> < i class ="icon slack padding-right-small "> </ i > Slack</ a >
98
+ < a href ="https://creativecommons.slack.com/channels/{{ repo.slack }} " class ="is-block "> < i class ="icon slack padding-right-small "> </ i > Slack</ a >
99
99
{% endif %}
100
100
</ td >
101
101
</ tr >
You can’t perform that action at this time.
0 commit comments