From aa1991239a1255855791f4c5aad9ffcb6b21a2d6 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 27 Jun 2022 04:35:40 +1000 Subject: Clean up code in *Button and *Icon components --- src/components/icon/CloseIcon.vue | 2 +- src/components/icon/HelpIcon.vue | 2 +- src/components/icon/InfoIcon.vue | 2 +- src/components/icon/LogInIcon.vue | 2 +- src/components/icon/PlayIcon.vue | 4 ++-- src/components/icon/SearchIcon.vue | 2 +- src/components/icon/SettingsIcon.vue | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/components/icon') diff --git a/src/components/icon/CloseIcon.vue b/src/components/icon/CloseIcon.vue index eed0c0f..374b07c 100644 --- a/src/components/icon/CloseIcon.vue +++ b/src/components/icon/CloseIcon.vue @@ -4,7 +4,7 @@ export default defineComponent({});