diff --git a/plugins/picture-links/src/index.tsx b/plugins/picture-links/src/index.tsx index 03cfcff..89277f0 100644 --- a/plugins/picture-links/src/index.tsx +++ b/plugins/picture-links/src/index.tsx @@ -5,7 +5,7 @@ import { ReactNative } from "@vendetta/metro/common"; const { Pressable } = findByProps("Button", "Text", "View"); const ProfileBanner = findByName("ProfileBanner", false); const HeaderAvatar = findByName("HeaderAvatar", false); -const GuildIcon = findByName("GuildName", false) +const GuildIcon = findByName("GuildIcon", false) const { openMediaModal } = findByProps("openMediaModal"); const { hideActionSheet } = findByProps("hideActionSheet"); const { getChannelId } = findByStoreName("SelectedChannelStore"); @@ -95,4 +95,4 @@ export function onUnload() { unpatchAvatar(); unpatchBanner(); unpatchGuildIcon(); -} \ No newline at end of file +}