Skip to content

Traduzione nuova HomePage #417

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Apr 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore(HomeContent): prettier
  • Loading branch information
deblasis committed Apr 21, 2023
commit 838231886dc8146adca5f59029a658302f3e8c2b
10 changes: 5 additions & 5 deletions src/components/Layout/HomeContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,11 +400,11 @@ export function HomeContent() {
</div>
<div className="px-5 lg:px-0 max-w-4xl mx-auto lg:text-center text-secondary dark:text-secondary-dark">
<Para>
Con React, puoi essere uno sviluppatore web <i>e</i> nativo.
Il tuo team può rilasciare su molte piattaforme senza
sacrificare l&apos;esperienza utente. La tua organizzazione può
superare le barriere tra le piattaforme, e formare team che
possiedono intere funzionalità end-to-end.
Con React, puoi essere uno sviluppatore web <i>e</i> nativo. Il
tuo team può rilasciare su molte piattaforme senza sacrificare
l&apos;esperienza utente. La tua organizzazione può superare le
barriere tra le piattaforme, e formare team che possiedono
intere funzionalità end-to-end.
</Para>
<div className="flex justify-start w-full lg:justify-center">
<CTA color="gray" icon="native" href="https://reactnative.dev/">
Expand Down