Skip to content

Commit

Permalink
Update AutomodIndicator
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinRMC authored Jan 29, 2025
1 parent 88816df commit 0eed44e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/plusplugins/automodIndicator/index.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
/*
* Vencord, a Discord client mod
* Copyright (c) 2025 Vendicated and contributors
* Copyright (c) 2024 Vendicated and contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*/

import { SafetyIcon } from "@components/Icons";
import { Devs } from "@utils/constants";
import { getIntlMessage } from "@utils/discord";
import definePlugin from "@utils/types";
import { findByPropsLazy } from "@webpack";
import { Icons, Text, Tooltip } from "@webpack/common";
import { Text, Tooltip } from "@webpack/common";
import { Guild } from "discord-types/general";
import { Constants } from "discord-types/other";

Expand Down Expand Up @@ -70,8 +71,9 @@ export default definePlugin({
tooltipContentClassName={tooltipClasses.tooltipRemovePadding}
>
{tooltipProps => <div className={iconClasses.flowerStarContainer} {...tooltipProps}>
<Icons.ShieldIcon
size="xs"
<SafetyIcon
width={16}
height={16}
color="var(--text-normal)"
/>
</div>}
Expand Down

0 comments on commit 0eed44e

Please sign in to comment.