Skip to content

Commit f8bcb0c

Browse files
authored
Translate React framework recommendations to German
Updated the text in HomeContent.js to provide a German translation for the React framework recommendations and adjusted the CTA link.
1 parent d929797 commit f8bcb0c

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

src/components/Layout/HomeContent.js

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -251,21 +251,13 @@ export function HomeContent() {
251251
Mit einem Framework
252252
</Header>
253253
<Para>
254-
<<<<<<< HEAD
255254
React ist eine Bibliothek. Sie ermöglicht es, Komponenten
256255
zusammenzufügen, schreibt aber nicht vor, wie Routing und das
257256
Abrufen von Daten implementiert werden sollen. Um eine gesamte App
258257
mit React zu erstellen, empfehlen wir ein Full-Stack
259258
React-Framework wie zum Beispiel{' '}
260259
<Link href="https://nextjs.org">Next.js</Link> oder{' '}
261-
<Link href="https://remix.run">Remix</Link>.
262-
=======
263-
React is a library. It lets you put components together, but it
264-
doesn’t prescribe how to do routing and data fetching. To build an
265-
entire app with React, we recommend a full-stack React framework
266-
like <Link href="https://nextjs.org">Next.js</Link> or{' '}
267260
<Link href="https://reactrouter.com">React Router</Link>.
268-
>>>>>>> 6be2b020a0cabf2fd6dbff5c42c399b8ac323bca
269261
</Para>
270262
</Center>
271263
<FullBleed>
@@ -283,13 +275,8 @@ export function HomeContent() {
283275
<CTA
284276
color="gray"
285277
icon="framework"
286-
<<<<<<< HEAD
287-
href="/learn/start-a-new-react-project">
288-
Starte mit einem Framework
289-
=======
290278
href="/learn/creating-a-react-app">
291-
Get started with a framework
292-
>>>>>>> 6be2b020a0cabf2fd6dbff5c42c399b8ac323bca
279+
Starte mit einem Framework
293280
</CTA>
294281
</div>
295282
</Center>

0 commit comments

Comments
 (0)