瀏覽代碼

change text

Ben Ward 3 年之前
父節點
當前提交
bec28c562c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/index.js

+ 1 - 1
src/index.js

@@ -1,6 +1,6 @@
 import ReactDOM from 'react-dom';
 import React from 'react';
 const App = () => {
- return <h1>This is my React app!</h1>;
+ return <h1>This application will have lots of clever RPG related features! (eventually)</h1>;
  }
 ReactDOM.render(<App />, document.getElementById('app'));