aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/usrbg
diff options
context:
space:
mode:
authorĐỗ Văn Hoài Tuân <htuan03@gmail.com>2023-04-18 07:04:17 -0700
committerGitHub <noreply@github.com>2023-04-18 16:04:17 +0200
commit99a7d78e9b90642d6098f6b52a3f0e53a08749f5 (patch)
tree7f9edb46fa5986dbc2728a234494b5bc9d04335c /src/plugins/usrbg
parente70d00d008cd34875fbbc6e302dd4de16fdf9637 (diff)
downloadVencord-99a7d78e9b90642d6098f6b52a3f0e53a08749f5.tar.gz
Vencord-99a7d78e9b90642d6098f6b52a3f0e53a08749f5.tar.bz2
Vencord-99a7d78e9b90642d6098f6b52a3f0e53a08749f5.zip
[skip ci] USRBG: Update README link to a more accurate one (#943)
Diffstat (limited to 'src/plugins/usrbg')
-rw-r--r--src/plugins/usrbg/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/usrbg/index.tsx b/src/plugins/usrbg/index.tsx
index e14ba59..c898d92 100644
--- a/src/plugins/usrbg/index.tsx
+++ b/src/plugins/usrbg/index.tsx
@@ -56,7 +56,7 @@ export default definePlugin({
settingsAboutComponent: () => {
return (
- <Link href="https://github.com/Discord-Custom-Covers/usrbg#request-your-own-usrbg">Get your own banner</Link>
+ <Link href="https://github.com/AutumnVN/usrbg#how-to-request-your-own-usrbg-banner">CLICK HERE TO GET YOUR OWN BANNER</Link>
);
},