diff --git a/website/src/pages/showcase.tsx b/website/src/pages/showcase.tsx index c7c102b5b25..411dc0b61c6 100644 --- a/website/src/pages/showcase.tsx +++ b/website/src/pages/showcase.tsx @@ -18,9 +18,7 @@ const renderApp = (app, i) => ; function Section({ children, background = 'light', -}: React.PropsWithChildren<{ - background?: 'light' | 'dark'; -}>) { +}: React.PropsWithChildren<{background?: 'light' | 'dark'}>) { return
{children}
; } @@ -244,13 +242,13 @@ const Showcase = () => { Apply to the Showcase by filling out this form

- A curated list of{' '} + For a curated list of open source React Native apps, check out{' '} - open source React Native apps + this list {' '} - is maintained by Infinite Red. + maintained by Infinite Red.