Skip to content

Commit 5743f8e

Browse files
committed
small copy changes in CC0 and CC-By-ND
1 parent aede36b commit 5743f8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/LicenseDetailsCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
target="_blank"
5151
rel="noopener noreferrer"
5252
>
53-
See the License Deed
53+
See the CC0 Deed
5454
<span class="icon external-link">
5555
<svg
5656
xmlns="http://www.w3.org/2000/svg"

src/utils/licenses.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const LICENSES = {
7979
},
8080
FULL: 'Attribution-NonCommercial-NoDerivatives 4.0 International',
8181
SHORT: 'CC BY-NC-ND 4.0',
82-
SLUG: 'cc-by-nc-nd',
82+
SLUG: 'cc-by-nd',
8383
URL: 'http://creativecommons.org/licenses/by-nc-nd/4.0/',
8484
ICONS: ['cc', 'by', 'nc', 'nd']
8585
},

0 commit comments

Comments
 (0)