Merge branch 'feature/index-page' into 'release'

Modifying the default homepage and removing React favicon

See merge request theappsmith/internal-tools-client!65
This commit is contained in:
Abhinav Jha 2019-10-17 07:11:57 +00:00
commit c49aecc8a8
2 changed files with 1 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -1,5 +1,4 @@
import React, { Component } from "react";
import logo from "./assets/images/logo.svg";
import "./App.css";
import "../node_modules/@blueprintjs/core/src/blueprint.scss";
@ -8,18 +7,7 @@ class App extends Component {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>{"src/App.tsx"}</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
<p>Coming Soon</p>
</header>
</div>
);