Skip to content

Commit 2953852

Browse files
author
Ari
committed
Remove Feedback, LicenseIconography components
1 parent e068516 commit 2953852

File tree

3 files changed

+5
-122
lines changed

3 files changed

+5
-122
lines changed

src/components/Feedback.vue

Lines changed: 0 additions & 57 deletions
This file was deleted.

src/components/HelpSection.vue

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@
162162
</tr>
163163
<tr>
164164
<th>{{$t('help.how-licenses-communicated.license-icons')}}</th>
165-
<td><LicenseIconography :icon-list="['', 'by', 'nc']"/></td>
165+
<td>
166+
<LicenseIcons :iconsArr="['by', 'nc']"/>
167+
</td>
166168
</tr>
167169
</tbody>
168170
</table>
@@ -183,7 +185,7 @@
183185
</div>
184186
</template>
185187
<script>
186-
import LicenseIconography from './LicenseIconography'
188+
import LicenseIcons from './LicenseIcons'
187189
188190
// eslint-disable-next-line
189191
const ModalForm = {
@@ -205,7 +207,7 @@ const ModalForm = {
205207
}
206208
export default {
207209
components: {
208-
LicenseIconography
210+
LicenseIcons
209211
},
210212
data() {
211213
return {

src/components/LicenseIconography.vue

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)