diff --git a/src/ts/@overflow/app/views/layout/TitleBar.tsx b/src/ts/@overflow/app/views/layout/TitleBar.tsx index aa0fd3c..8db5ac5 100644 --- a/src/ts/@overflow/app/views/layout/TitleBar.tsx +++ b/src/ts/@overflow/app/views/layout/TitleBar.tsx @@ -15,7 +15,7 @@ export type Props = StateProps & DispatchProps; export interface State { } -export class TitleBar extends React.Component { +export class TitleBar extends React.Component { constructor(props: any, context: any) { super(props, context); @@ -42,8 +42,8 @@ export class TitleBar extends React.Component { public render(): JSX.Element { return ( - -
{this.props.title} + +
TEMP Home