Skip to content

Commit f155d8e

Browse files
author
Lucas Bento
authored
Merge pull request #140 from Naturalclar/chore/AddTextToAppWarning
Add text to AppNameWarning about setting AppName
2 parents ee5b710 + fa51370 commit f155d8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/common/AppNameWarning.js

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ export const AppNameWarning = () => (
1515
<Markdown>
1616
Keep in mind that `RnDiffApp` and `rndiffapp` are placeholders. When
1717
upgrading, you should replace them with your actual project's name.
18+
You can also provide your app name by clicking the settings icon on
19+
the top right.
1820
</Markdown>
1921
}
2022
type="info"

0 commit comments

Comments
 (0)