SketchList and AssetList set page title
This commit is contained in:
parent
7ea4ae5637
commit
8ac95c0084
1 changed files with 1 additions and 5 deletions
|
@ -3,7 +3,7 @@ import React from 'react';
|
||||||
import { connect } from 'react-redux';
|
import { connect } from 'react-redux';
|
||||||
import { bindActionCreators } from 'redux';
|
import { bindActionCreators } from 'redux';
|
||||||
import { browserHistory } from 'react-router';
|
import { browserHistory } from 'react-router';
|
||||||
import { Helmet } from 'react-helmet';
|
|
||||||
import { updateSettings, initiateVerification, createApiKey, removeApiKey } from '../actions';
|
import { updateSettings, initiateVerification, createApiKey, removeApiKey } from '../actions';
|
||||||
import NavBasic from '../../../components/NavBasic';
|
import NavBasic from '../../../components/NavBasic';
|
||||||
|
|
||||||
|
@ -68,10 +68,6 @@ class DashboardView extends React.Component {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="dashboard">
|
<div className="dashboard">
|
||||||
<Helmet>
|
|
||||||
<title>p5.js Web Editor | Account</title>
|
|
||||||
</Helmet>
|
|
||||||
|
|
||||||
<NavBasic onBack={this.closeAccountPage} />
|
<NavBasic onBack={this.closeAccountPage} />
|
||||||
|
|
||||||
<section className="dashboard-header">
|
<section className="dashboard-header">
|
||||||
|
|
Loading…
Reference in a new issue