@@ -257,6 +257,14 @@ export const EditorSettings: FC<Props> = () => {
</label>
</div>
+ <div className="row my-3">
+ <div className="offset-4 col-5">
+ <button type="button" className="btn btn-primary">
+ {t('Update')}
+ </button>
+ </div>
+
</>