refactor(windows logo): moved windows logo into logos dir
This commit is contained in:
parent
c4391d3f4d
commit
789d3ba2f2
3 changed files with 2 additions and 2 deletions
|
|
@ -84,7 +84,7 @@ import {
|
|||
import { CheckIcon, ChevronUpDownIcon } from "@heroicons/vue/20/solid";
|
||||
import type { Component } from "vue";
|
||||
import LinuxLogo from "./icons/LinuxLogo.vue";
|
||||
import WindowsLogo from "./WindowsLogo.vue";
|
||||
import WindowsLogo from "./icons/WindowsLogo.vue";
|
||||
|
||||
const model = defineModel<string>();
|
||||
|
||||
|
|
|
|||
|
|
@ -164,7 +164,7 @@ import { Platform, type Game, type GameVersion } from "@prisma/client";
|
|||
import MarkdownIt from "markdown-it";
|
||||
import moment from "moment";
|
||||
import LinuxLogo from "~/components/icons/LinuxLogo.vue";
|
||||
import WindowsLogo from "~/components/WindowsLogo.vue";
|
||||
import WindowsLogo from "~/components/icons/WindowsLogo.vue";
|
||||
|
||||
const route = useRoute();
|
||||
const gameId = route.params.id.toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue