From 74fa671b695bbf9713d3fc156e849172c3f812db Mon Sep 17 00:00:00 2001 From: DecDuck Date: Tue, 5 Nov 2024 18:39:49 +1100 Subject: [PATCH] refactor(icons): move icons into dedicated folder --- components/PlatformSelector.vue | 2 +- components/UserFooter.vue | 4 ++-- components/{ => icons}/DiscordLogo.vue | 0 components/{ => icons}/GithubLogo.vue | 0 components/{ => icons}/LinuxLogo.vue | 0 package.json | 3 ++- pages/store/[id]/index.vue | 2 +- 7 files changed, 6 insertions(+), 5 deletions(-) rename components/{ => icons}/DiscordLogo.vue (100%) rename components/{ => icons}/GithubLogo.vue (100%) rename components/{ => icons}/LinuxLogo.vue (100%) diff --git a/components/PlatformSelector.vue b/components/PlatformSelector.vue index cfc5600..353f3e0 100644 --- a/components/PlatformSelector.vue +++ b/components/PlatformSelector.vue @@ -83,7 +83,7 @@ import { } from "@headlessui/vue"; import { CheckIcon, ChevronUpDownIcon } from "@heroicons/vue/20/solid"; import type { Component } from "vue"; -import LinuxLogo from "./LinuxLogo.vue"; +import LinuxLogo from "./icons/LinuxLogo.vue"; import WindowsLogo from "./WindowsLogo.vue"; const model = defineModel(); diff --git a/components/UserFooter.vue b/components/UserFooter.vue index 3e52afa..e69eca2 100644 --- a/components/UserFooter.vue +++ b/components/UserFooter.vue @@ -63,8 +63,8 @@