Skip to content

Commit

Permalink
Cats and green release
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeckham committed Feb 2, 2024
1 parent 0e8469d commit eb2b7c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ function App() {

return (
<>
<div style={{backgroundColor: "#99FF99"}}>
<div>
<img src="https://genrandom.com/api/cat" />
</div>
<h1>Conrad & Sylvia</h1>
<div className="card">
<button onClick={() => setCount((count) => count + 1)}>
Expand All @@ -15,6 +19,7 @@ function App() {
Click to increase count
</p>
</div>
</div>
</>
)
}
Expand Down

0 comments on commit eb2b7c7

Please sign in to comment.