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:
commit
c49aecc8a8
Binary file not shown.
|
Before Width: | Height: | Size: 3.8 KiB |
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user