Skip to content

Commit 298787a

Browse files
committed
Fix paragraph at bottom of showcase page
1 parent c23f80e commit 298787a

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

website/src/pages/showcase.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ const renderApp = (app, i) => <AppBox app={app} key={`app-${app.name}-${i}`} />;
1818
function Section({
1919
children,
2020
background = 'light',
21-
}: React.PropsWithChildren<{
22-
background?: 'light' | 'dark';
23-
}>) {
21+
}: React.PropsWithChildren<{background?: 'light' | 'dark'}>) {
2422
return <section className={`Section ${background}`}>{children}</section>;
2523
}
2624

@@ -244,13 +242,13 @@ const Showcase = () => {
244242
Apply to the Showcase by filling out this form
245243
</a>
246244
<p>
247-
A curated list of{' '}
245+
For a curated list of open source React Native apps, check out{' '}
248246
<a
249247
key="demo-apps"
250248
href="https://github.com/ReactNativeNews/React-Native-Apps">
251-
open source React Native apps
249+
this list
252250
</a>{' '}
253-
is maintained by <a href="https://infinite.red">Infinite Red</a>.
251+
maintained by <a href="https://infinite.red">Infinite Red</a>.
254252
</p>
255253
</div>
256254
</Section>

0 commit comments

Comments
 (0)