Skip to content

Commit 4fa18aa

Browse files
MuluhGodsonbrylie
authored andcommitted
[Licenseicons.vue] replace icons with cc-assets icons
1 parent 75c65b9 commit 4fa18aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/LicenseIcons.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<template>
22
<span>
33
<img
4-
v-for="(icon, index) in ['cc', ...iconsArr]"
4+
v-for="(icon, index) in ['logo', ...iconsArr]"
55
:key="index"
66
:width="size"
77
:height="size"
8-
:src="require(`../assets/license-icons/${filename(icon)}`)"
8+
:src="require(`@creativecommons/cc-assets/icons/cc-${filename(icon)}`)"
99
/>
1010
</span>
1111
</template>

0 commit comments

Comments
 (0)