We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2253ecb commit 3ac31efCopy full SHA for 3ac31ef
src/components/pages/Home.js
@@ -28,6 +28,12 @@ const TitleContainer = styled.div`
28
align-items: center;
29
`
30
31
+const Subtitle = styled.div({
32
+ display: 'flex',
33
+ alignItems: 'center',
34
+ marginTop: 50
35
+})
36
+
37
const LogoImg = styled.img`
38
width: 100px;
39
margin-bottom: 15px;
@@ -112,6 +118,12 @@ const Home = () => {
112
118
showDiff={handleShowDiff}
113
119
showReleaseCandidates={settings[SHOW_LATEST_RCS]}
114
120
/>
121
122
+ <Subtitle>
123
+ Don't forget: `RnDiffApp` is a placeholder. When upgrading, all
124
+ instances of `RnDiffApp` should be `YourProjectName`, all `rndiffapp`
125
+ should be `yourprojectname` etc.
126
+ </Subtitle>
115
127
</Container>
116
128
117
129
<DiffViewer
0 commit comments