Improve themes tab instructions

This commit is contained in:
Vendicated 2023-04-17 00:23:22 +02:00
parent ca5d24385f
commit d35654b887
No known key found for this signature in database
GPG Key ID: A1DC0CFB5615D905
1 changed files with 2 additions and 2 deletions

View File

@ -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>