Compare commits

...

1 commit

Author SHA1 Message Date
Lukasz Ostrowski
2f38c9602f test 2023-02-22 13:08:53 +01:00
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 (
<div>
<h1>Saleor Monitoring</h1>
<h1>Saleor Monitoring Test</h1>
<p>Install App in Saleor to use it</p>
</div>
);