mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 07:03:00 +08:00
Read documentation link broken
This fixes #510 by putting in the link to the themes documentation
This commit is contained in:
parent
eba0d480cc
commit
982e1ba4fa
|
@ -20,7 +20,7 @@ export default class EditCustomCssModal extends Modal {
|
||||||
content() {
|
content() {
|
||||||
return (
|
return (
|
||||||
<div className="Modal-body">
|
<div className="Modal-body">
|
||||||
<p>Customize your forum's appearance by adding your own LESS/CSS code to be applied on top of Flarum's default styles. <a href="">Read the documentation</a> for more information.</p>
|
<p>Customize your forum's appearance by adding your own LESS/CSS code to be applied on top of Flarum's default styles. <a href="http://flarum.org/docs/extend/themes/">Read the documentation</a> for more information.</p>
|
||||||
|
|
||||||
<div className="Form">
|
<div className="Form">
|
||||||
<div className="Form-group">
|
<div className="Form-group">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user