fix
This commit is contained in:
parent
a40850a6bd
commit
74396ef108
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import { classNameFactory } from "@api/Styles";
|
|||
import { findComponentByCodeLazy } from "@webpack";
|
||||
import { Guild } from "discord-types/general";
|
||||
|
||||
export const ServerProfileComponent = findComponentByCodeLazy("{guildProfile:v,fetchGuildProfile:O,fetchStatus:I}");
|
||||
export const ServerProfileComponent = findComponentByCodeLazy("{guildProfile:", "GUILD_PROFILE");
|
||||
export const cl = classNameFactory("vc-serverprofileforward-");
|
||||
|
||||
export const ArrowSvg = () => <svg aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="var(--text-low-contrast)" d="M9.3 5.3a1 1 0 0 0 0 1.4l5.29 5.3-5.3 5.3a1 1 0 1 0 1.42 1.4l6-6a1 1 0 0 0 0-1.4l-6-6a1 1 0 0 0-1.42 0Z" className=""></path></svg>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue