From 1f01cf636df76852b86aedca5a3dd5e1ac7e44a3 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 15 Oct 2020 10:33:54 +0700 Subject: [PATCH] updated the info --- public/index.html | 27 ++------------------------- src/App.test.tsx | 2 +- src/App.tsx | 9 ++------- src/logo.svg | 7 ------- 4 files changed, 5 insertions(+), 40 deletions(-) delete mode 100644 src/logo.svg diff --git a/public/index.html b/public/index.html index aa069f2..ef51341 100644 --- a/public/index.html +++ b/public/index.html @@ -7,37 +7,14 @@ - - - React App + Chart.js Demos from CUBETIQ
- diff --git a/src/App.test.tsx b/src/App.test.tsx index 4db7ebc..514a61b 100644 --- a/src/App.test.tsx +++ b/src/App.test.tsx @@ -4,6 +4,6 @@ import App from './App'; test('renders learn react link', () => { const { getByText } = render(); - const linkElement = getByText(/learn react/i); + const linkElement = getByText(/hello, CUBETIQ/i); expect(linkElement).toBeInTheDocument(); }); diff --git a/src/App.tsx b/src/App.tsx index a53698a..20ee9f9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,22 +1,17 @@ import React from 'react'; -import logo from './logo.svg'; import './App.css'; function App() { return (
- logo -

- Edit src/App.tsx and save to reload. -

- Learn React + Hello, CUBETIQ!
diff --git a/src/logo.svg b/src/logo.svg deleted file mode 100644 index 6b60c10..0000000 --- a/src/logo.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - -