From 6af7a0905c5dcd6e352f85f0672882a45205099b Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Tue, 4 Feb 2025 16:25:08 -0500 Subject: [PATCH] index.css -> style.css --- src/equicordplugins/fullVcPfp/index.tsx | 2 +- src/equicordplugins/fullVcPfp/{index.css => style.css} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/equicordplugins/fullVcPfp/{index.css => style.css} (100%) diff --git a/src/equicordplugins/fullVcPfp/index.tsx b/src/equicordplugins/fullVcPfp/index.tsx index ce764932..8d5f9e74 100644 --- a/src/equicordplugins/fullVcPfp/index.tsx +++ b/src/equicordplugins/fullVcPfp/index.tsx @@ -9,7 +9,7 @@ import { EquicordDevs } from "@utils/constants"; import definePlugin from "@utils/types"; import { IconUtils, UserStore } from "@webpack/common"; -import style from "./index.css?managed"; +import style from "./style.css?managed"; export default definePlugin({ name: "fullVcPfp", description: "Makes avatars take up the entire vc tile for a more dynamic and immersive experience 🚀", diff --git a/src/equicordplugins/fullVcPfp/index.css b/src/equicordplugins/fullVcPfp/style.css similarity index 100% rename from src/equicordplugins/fullVcPfp/index.css rename to src/equicordplugins/fullVcPfp/style.css