Skip to content

Commit d40d211

Browse files
authored
Merge pull request #24 from creativecommons/change-cc-icon
change footer donate icon
2 parents d46e6e7 + f83ebbf commit d40d211

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<aside class="donate-section">
5151
<h5>Our work relies on you!</h5>
5252
<p>Help us keep the internet free and open.</p>
53-
<?php echo Components::button( 'Donate now', 'https://us.netdonor.net/page/6650/donate/1', 'small', 'donate', true, 'cc-letterheart' ); ?>
53+
<?php echo Components::button( 'Donate now', 'https://us.netdonor.net/page/6650/donate/1', 'small', 'donate', true, 'cc-letterheart-filled' ); ?>
5454
</aside>
5555
</div>
5656
</div>

front/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"dependencies": {},
77
"devDependencies": {
8-
"@creativecommons/vocabulary": "^1.0.0-beta.16",
8+
"@creativecommons/vocabulary": "^2020.8.7",
99
"@glidejs/glide": "^3.4.1",
1010
"bulma": "^0.8.2",
1111
"copy-webpack-plugin": "^5.1.1",

0 commit comments

Comments
 (0)