mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-24 00:59:09 -05:00
index.css -> style.css
This commit is contained in:
parent
8687eb2288
commit
6af7a0905c
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import { EquicordDevs } from "@utils/constants";
|
||||||
import definePlugin from "@utils/types";
|
import definePlugin from "@utils/types";
|
||||||
import { IconUtils, UserStore } from "@webpack/common";
|
import { IconUtils, UserStore } from "@webpack/common";
|
||||||
|
|
||||||
import style from "./index.css?managed";
|
import style from "./style.css?managed";
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
name: "fullVcPfp",
|
name: "fullVcPfp",
|
||||||
description: "Makes avatars take up the entire vc tile for a more dynamic and immersive experience 🚀",
|
description: "Makes avatars take up the entire vc tile for a more dynamic and immersive experience 🚀",
|
||||||
|
|
Loading…
Add table
Reference in a new issue