Skip to content

Commit

Permalink
Merge pull request #10 from marsal/new_branch
Browse files Browse the repository at this point in the history
this is a new version of frontend
  • Loading branch information
marsal authored May 28, 2024
2 parents 7c82f9b + 96bf004 commit 5a996f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function App() {
<img src={reactLogo} className="logo react" alt="React logo" />
</a>
</div>
<h1>Vite + React v1</h1>
<h1>Vite + React</h1>
<div className="card">
{!counter && <h3>Loading</h3>}
{counter && (
Expand Down

0 comments on commit 5a996f3

Please sign in to comment.