mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-15 00:43:41 -05:00
Update UserPFP
This commit is contained in:
parent
8d157f5c2f
commit
6930550847
1 changed files with 9 additions and 3 deletions
|
@ -36,9 +36,15 @@ 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: () => (
|
||||||
<Link href="https://userpfp.github.io/UserPFP/#how-to-request-a-profile-picture-pfp">
|
<div>
|
||||||
<b>SUBMIT YOUR OWN PFP HERE</b>
|
<Link href="https://userpfp.github.io/UserPFP/#how-to-request-a-profile-picture-pfp">
|
||||||
</Link>
|
<b>Submit your own pfp here</b>
|
||||||
|
</Link>
|
||||||
|
<br></br>
|
||||||
|
<Link href="https://ko-fi.com/coolesding">
|
||||||
|
<b>Support UserPFP</b>
|
||||||
|
</Link>
|
||||||
|
</div>
|
||||||
),
|
),
|
||||||
patches: [
|
patches: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue