This commit is contained in:
thororen 2024-04-18 18:06:40 -04:00
parent d69d836462
commit abccd0fdda
2 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ export default definePlugin({
authors: [Devs.nexpid, Devs.thororen, Devs.FoxStorm1, Devs.coolesding], authors: [Devs.nexpid, Devs.thororen, Devs.FoxStorm1, Devs.coolesding],
settings, settings,
settingsAboutComponent: () => ( settingsAboutComponent: () => (
<div> <>
<Link href="https://userpfp.github.io/UserPFP/#how-to-request-a-profile-picture-pfp"> <Link href="https://userpfp.github.io/UserPFP/#how-to-request-a-profile-picture-pfp">
<b>Submit your own pfp here</b> <b>Submit your own pfp here</b>
</Link> </Link>
@ -44,7 +44,7 @@ export default definePlugin({
<Link href="https://ko-fi.com/coolesding"> <Link href="https://ko-fi.com/coolesding">
<b>Support UserPFP</b> <b>Support UserPFP</b>
</Link> </Link>
</div> </>
), ),
patches: [ patches: [
{ {

View file

@ -593,7 +593,7 @@ export const Devs = /* #__PURE__*/ Object.freeze({
id: 1189903210564038697n, id: 1189903210564038697n,
}, },
bhop: { bhop: {
name: "femie", name: "femeie",
id: 442626774841556992n, id: 442626774841556992n,
}, },
} satisfies Record<string, Dev>); } satisfies Record<string, Dev>);