mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 13:43:03 -04:00
parent
4a6e009a00
commit
8c4af321bf
2 changed files with 2 additions and 3 deletions
|
@ -22,7 +22,7 @@ import { ButtonProps } from "@webpack/types";
|
||||||
|
|
||||||
import { Heart } from "./Heart";
|
import { Heart } from "./Heart";
|
||||||
|
|
||||||
export default function VCDonateButton({
|
export function VCDonateButton({
|
||||||
look = Button.Looks.LINK,
|
look = Button.Looks.LINK,
|
||||||
color = Button.Colors.TRANSPARENT,
|
color = Button.Colors.TRANSPARENT,
|
||||||
...props
|
...props
|
||||||
|
|
|
@ -19,8 +19,7 @@
|
||||||
import "./fixDiscordBadgePadding.css";
|
import "./fixDiscordBadgePadding.css";
|
||||||
|
|
||||||
import { _getBadges, BadgePosition, BadgeUserArgs, ProfileBadge } from "@api/Badges";
|
import { _getBadges, BadgePosition, BadgeUserArgs, ProfileBadge } from "@api/Badges";
|
||||||
import VCDonateButton from "@components/DonateButton";
|
import DonateButton, { VCDonateButton } from "@components/DonateButton";
|
||||||
import DonateButton from "@components/DonateButton";
|
|
||||||
import ErrorBoundary from "@components/ErrorBoundary";
|
import ErrorBoundary from "@components/ErrorBoundary";
|
||||||
import { Flex } from "@components/Flex";
|
import { Flex } from "@components/Flex";
|
||||||
import { Heart } from "@components/Heart";
|
import { Heart } from "@components/Heart";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue