mirror of
https://github.com/Equicord/Equicord.git
synced 2025-03-04 00:10:05 -05:00
Fix Devs
This commit is contained in:
parent
d69d836462
commit
abccd0fdda
2 changed files with 3 additions and 3 deletions
|
@ -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: [
|
||||||
{
|
{
|
||||||
|
|
|
@ -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>);
|
||||||
|
|
Loading…
Add table
Reference in a new issue