Skip to content

Commit

Permalink
fix: typo on Home (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook authored Oct 27, 2023
1 parent 22d474b commit ea2daf1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions web/src/routes/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ function Home() {
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Safe&#123;Core&#125; Protocol Demo
</p>
<Link to="/plugins">Show availabe Plugins</Link>
<p>Safe&#123;Core&#125; Protocol Demo</p>
<Link to="/plugins">Show available Plugins</Link>
</header>
</div>
);
Expand Down

0 comments on commit ea2daf1

Please sign in to comment.