Skip to content

Commit

Permalink
Frontend delete "RELEASE" in Home.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
PianoRollRepresentation committed Jun 22, 2021
1 parent d51c21f commit 0f9a2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function Home(): JSX.Element {
<header className="Home-header">
<img src={logo} className="Home-logo" alt="logo" />
<Button variant="contained" color="primary">
Hello World RELEASE {rnd.next(2, 3).toPrecision(3)}
Hello World {rnd.next(2, 3).toPrecision(3)}
</Button>
</header>
</div>
Expand Down

0 comments on commit 0f9a2cf

Please sign in to comment.