aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2023-04-17 00:23:22 +0200
committerVendicated <vendicated@riseup.net>2023-04-17 00:23:22 +0200
commitd35654b887d9a736e0d01a91b70d9e2feb19a398 (patch)
treee8f6c0e456f8d0bd0eca7fcb303308e69a960450
parentca5d24385f78e8021cb4d2099177ec63fb0c5af2 (diff)
downloadVencord-d35654b887d9a736e0d01a91b70d9e2feb19a398.tar.gz
Vencord-d35654b887d9a736e0d01a91b70d9e2feb19a398.tar.bz2
Vencord-d35654b887d9a736e0d01a91b70d9e2feb19a398.zip
Improve themes tab instructions
-rw-r--r--src/components/VencordSettings/ThemesTab.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/VencordSettings/ThemesTab.tsx b/src/components/VencordSettings/ThemesTab.tsx
index 83a0870..a3df69d 100644
--- a/src/components/VencordSettings/ThemesTab.tsx
+++ b/src/components/VencordSettings/ThemesTab.tsx
@@ -91,7 +91,7 @@ export default ErrorBoundary.wrap(function () {
return (
<>
<Card className="vc-settings-card vc-text-selectable">
- <Forms.FormTitle tag="h5">Paste links to .css / .theme.css files here</Forms.FormTitle>
+ <Forms.FormTitle tag="h5">Paste links to .theme.css files here</Forms.FormTitle>
<Forms.FormText>One link per line</Forms.FormText>
<Forms.FormText>Make sure to use the raw links or github.io links!</Forms.FormText>
<Forms.FormDivider className={Margins.top8 + " " + Margins.bottom8} />
@@ -103,7 +103,7 @@ export default ErrorBoundary.wrap(function () {
<Link href="https://github.com/search?q=discord+theme">GitHub</Link>
</div>
<Forms.FormText>If using the BD site, click on "Source" somewhere below the Download button</Forms.FormText>
- <Forms.FormText>In the GitHub repository of your theme, find X.theme.css / X.css, click on it, then click the "Raw" button</Forms.FormText>
+ <Forms.FormText>In the GitHub repository of your theme, find X.theme.css, click on it, then click the "Raw" button</Forms.FormText>
<Forms.FormText>
If the theme has configuration that requires you to edit the file:
<ul>