Skip to content

Commit d4cd2f1

Browse files
authored
Merge pull request creativecommons#496 from abhinav72610/footer-button
changed the footer icon to filled
2 parents da385de + ab83eb6 commit d4cd2f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/vocabulary_theme/templates/layout.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<a class="navbar-link is-arrowless {% if this.is_child_of('/cc-search') %} is-active{% endif%}">
124124
CC Search<i class="icon caret-down"></i></a>
125125
<div class="navbar-dropdown">
126-
{% for href, title in [
126+
{% for href, title in [
127127
['/cc-search', 'Overview & Roadmap'],
128128
['/cc-search/contribution-guide', 'Contribution Guide'],
129129
] %}
@@ -143,7 +143,7 @@
143143
{% endfor %}
144144
</div>
145145
</div>
146-
</div>
146+
</div>
147147
</div>
148148
</nav>
149149
</header>
@@ -281,7 +281,7 @@ <h5 class="b-header">Subscribe to our newsletter</h5>
281281
<h5>Our work relies on you!</h5>
282282
<p>Help us keep the internet free and open.</p>
283283
<a class="button small donate" href="http://creativecommons.org/donate">
284-
<i class="icon cc-letterheart margin-right-small is-size-5 padding-top-smaller"></i>
284+
<i class="icon cc-letterheart-filled margin-right-small is-size-5 padding-top-smaller"></i>
285285
Donate now
286286
</a>
287287
</aside>

0 commit comments

Comments
 (0)