Skip to content

Commit

Permalink
Change title of app
Browse files Browse the repository at this point in the history
  • Loading branch information
ML-Chen committed Apr 30, 2020
1 parent 90d0f8e commit 955ce39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>StoreStash</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const Login: React.SFC<RouteComponentProps> = (props) => {
<br />
<br />
<br />
<IonImg src={logo} alt="logo"/>
<IonImg src={logo} alt="StoreStash logo"/>
</IonCol>
</IonRow>
<IonRow justify-content-center>
Expand Down

0 comments on commit 955ce39

Please sign in to comment.