Skip to content

Commit

Permalink
Fixes Issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-williams committed Feb 20, 2019
1 parent ae9f999 commit 763b63c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
import React, { Component } from 'react';
import logo from './logo.svg';
//import logo from './logo.svg';
import './App.css';

class App extends Component {
render() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<h1>Who Twote That </h1>
<p>
Edit <code>src/App.js</code> and save to reload.
A Twitter game to see how well you know your friends, or really any two Twitter users for that matter. I'm using this to learn <a href="https://reactjs.org/tutorial/tutorial.html">React.js</a>.
</p>
<a
className="App-link"
href="https://reactjs.org"
href="https://en.wikipedia.org/wiki/%22Hello,_World!%22_program"
target="_blank"
rel="noopener noreferrer"
>
Learn React
Hello World <span role="img" aria-label="Hello">👋</span>
</a>
</header>
</div>
Expand Down

0 comments on commit 763b63c

Please sign in to comment.