Skip to content

Commit

Permalink
change app title
Browse files Browse the repository at this point in the history
  • Loading branch information
mbwatson committed Nov 11, 2020
1 parent 0af04de commit 5d443f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helx-search-client",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
Expand Down
2 changes: 2 additions & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ const App = () => {

return (
<Main>
<Title>Semantic Search</Title>

<br/><br/>

<section>
Expand Down

0 comments on commit 5d443f9

Please sign in to comment.