This commit is contained in:
Lukasz Ostrowski 2023-02-22 13:07:31 +01:00
parent e578701252
commit 2f38c9602f
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"saleor-app-monitoring": minor
---
Added "test" in app title

View file

@ -25,7 +25,7 @@ const IndexPage: NextPage = () => {
return ( return (
<div> <div>
<h1>Saleor Monitoring</h1> <h1>Saleor Monitoring Test</h1>
<p>Install App in Saleor to use it</p> <p>Install App in Saleor to use it</p>
</div> </div>
); );