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 @@