Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[LicenseIcons.vue] remove cc icon from default icons array
  • Loading branch information
MuluhGodson committed Jan 23, 2022
commit b435adeac04756b61c896dfd9562e84b79d8f37d
2 changes: 1 addition & 1 deletion src/components/LicenseIcons.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<span>
<img
v-for="(icon, index) in ['logo', ...iconsArr]"
v-for="(icon, index) in [...iconsArr]"
:key="index"
:width="size"
:height="size"
Expand Down