mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 08:12:40 +10:00
refactor(windows logo): moved windows logo into logos dir
This commit is contained in:
@ -84,7 +84,7 @@ import {
|
|||||||
import { CheckIcon, ChevronUpDownIcon } from "@heroicons/vue/20/solid";
|
import { CheckIcon, ChevronUpDownIcon } from "@heroicons/vue/20/solid";
|
||||||
import type { Component } from "vue";
|
import type { Component } from "vue";
|
||||||
import LinuxLogo from "./icons/LinuxLogo.vue";
|
import LinuxLogo from "./icons/LinuxLogo.vue";
|
||||||
import WindowsLogo from "./WindowsLogo.vue";
|
import WindowsLogo from "./icons/WindowsLogo.vue";
|
||||||
|
|
||||||
const model = defineModel<string>();
|
const model = defineModel<string>();
|
||||||
|
|
||||||
|
|||||||
@ -164,7 +164,7 @@ import { Platform, type Game, type GameVersion } from "@prisma/client";
|
|||||||
import MarkdownIt from "markdown-it";
|
import MarkdownIt from "markdown-it";
|
||||||
import moment from "moment";
|
import moment from "moment";
|
||||||
import LinuxLogo from "~/components/icons/LinuxLogo.vue";
|
import LinuxLogo from "~/components/icons/LinuxLogo.vue";
|
||||||
import WindowsLogo from "~/components/WindowsLogo.vue";
|
import WindowsLogo from "~/components/icons/WindowsLogo.vue";
|
||||||
|
|
||||||
const route = useRoute();
|
const route = useRoute();
|
||||||
const gameId = route.params.id.toString();
|
const gameId = route.params.id.toString();
|
||||||
|
|||||||
Reference in New Issue
Block a user