summaryrefslogtreecommitdiff
path: root/frontend/app/views/index
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-01 17:30:37 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-01 17:30:37 +0200
commit7e344419330855dbbf10896c39e91b4e6861dd57 (patch)
treea8baae6cb875a3e8dad47bc4d8392738445f00fd /frontend/app/views/index
parent5cafa9d43b769e6f60740f59293ddf3588e7b8ad (diff)
displaying custom cursors on the frontend
Diffstat (limited to 'frontend/app/views/index')
-rw-r--r--frontend/app/views/index/components/graph.form.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/app/views/index/components/graph.form.js b/frontend/app/views/index/components/graph.form.js
index 5710beb..aa30d02 100644
--- a/frontend/app/views/index/components/graph.form.js
+++ b/frontend/app/views/index/components/graph.form.js
@@ -170,6 +170,12 @@ export default class GraphForm extends Component {
data={data.settings}
onChange={this.handleSettingsChange}
/>
+ <TextArea
+ title="Custom fonts"
+ name="custom_fonts"
+ data={data.settings}
+ onChange={this.handleSettingsChange}
+ />
<SubmitButton
title={submitTitle}
onClick={this.handleSubmit}