Skip to content

Commit

Permalink
Resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
carburo committed Jan 22, 2024
1 parent 84acc51 commit 49ac841
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 127 deletions.
9 changes: 2 additions & 7 deletions src/components/Layout/Feedback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,10 @@ function SendFeedback({onSubmit}: {onSubmit: () => void}) {
'max-w-custom-xs w-80 lg:w-auto py-3 shadow-lg rounded-lg m-4 bg-wash dark:bg-gray-95 px-4 flex',
{exit: isSubmitted}
)}>
<<<<<<< HEAD
<p className="w-full font-bold text-primary dark:text-primary-dark text-lg me-4">
<p className="w-full text-lg font-bold text-primary dark:text-primary-dark me-4">
{isSubmitted
? '¡Gracias por tus comentarios!'
: 'Fue útil esta página?'}
=======
<p className="w-full text-lg font-bold text-primary dark:text-primary-dark me-4">
{isSubmitted ? 'Thank you for your feedback!' : 'Is this page useful?'}
>>>>>>> 3563d95efe8719bdae8bbd258e6ab4134753348b
: '¿Fue útil esta página?'}
</p>
{!isSubmitted && (
<button
Expand Down
8 changes: 1 addition & 7 deletions src/components/Layout/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,9 @@ export function Page({children, toc, routeTree, meta, section}: PageProps) {
}
{showSurvey && (
<>
<<<<<<< HEAD
<div className="flex flex-col items-center m-4 p-4">
<p className="font-bold text-primary dark:text-primary-dark text-lg mb-4">
¿Qué te parecen estos documentos?
=======
<div className="flex flex-col items-center p-4 m-4">
<p className="mb-4 text-lg font-bold text-primary dark:text-primary-dark">
How do you like these docs?
>>>>>>> 3563d95efe8719bdae8bbd258e6ab4134753348b
¿Qué te parece esta documentación?
</p>
<div>
<ButtonLink
Expand Down
8 changes: 1 addition & 7 deletions src/components/Layout/TopNav/TopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,15 +267,9 @@ export default function TopNav({
'flex 3xl:w-[56rem] 3xl:mx-0 relative ps-4 pe-1 py-1 h-10 bg-gray-30/20 dark:bg-gray-40/20 outline-none focus:outline-link betterhover:hover:bg-opacity-80 pointer items-center text-start w-full text-gray-30 rounded-full align-middle text-base'
)}
onClick={onOpenSearch}>
<<<<<<< HEAD
<IconSearch className="me-3 align-middle text-gray-30 shrink-0 group-betterhover:hover:text-gray-70" />
Búsqueda
<span className="ms-auto hidden sm:flex item-center me-1">
=======
<IconSearch className="align-middle me-3 text-gray-30 shrink-0 group-betterhover:hover:text-gray-70" />
Search
Búsqueda
<span className="hidden ms-auto sm:flex item-center me-1">
>>>>>>> 3563d95efe8719bdae8bbd258e6ab4134753348b
<Kbd data-platform="mac"></Kbd>
<Kbd data-platform="win" wide>
Ctrl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ title: "React Labs: En qué hemos estado trabajando – junio 2022"

<Intro>

<<<<<<< HEAD
[React 18](https://es.react.dev/blog/2022/03/29/react-v18) estuvo por años en desarrollo, y con él llegaron lecciones valiosas para el equipo de React. Su lanzamiento fue el resultado de muchos años de investigación y exploración de diversos caminos. Algunos de esos caminos fueron exitosos; muchos otros fueron callejones sin salida que nos llevaron a nuevas ideas. Una lección que hemos aprendido es que resulta frustrante para la comunidad esperar nuevas funcionalidades sin tener información sobre las rutas que estamos explorando.
=======
[React 18](/blog/2022/03/29/react-v18) was years in the making, and with it brought valuable lessons for the React team. Its release was the result of many years of research and exploring many paths. Some of those paths were successful; many more were dead-ends that led to new insights. One lesson we’ve learned is that it’s frustrating for the community to wait for new features without having insight into these paths that we’re exploring.
>>>>>>> 3563d95efe8719bdae8bbd258e6ab4134753348b
[React 18](/blog/2022/03/29/react-v18) estuvo por años en desarrollo, y con él llegaron lecciones valiosas para el equipo de React. Su lanzamiento fue el resultado de muchos años de investigación y exploración de diversos caminos. Algunos de esos caminos fueron exitosos; muchos otros fueron callejones sin salida que nos llevaron a nuevas ideas. Una lección que hemos aprendido es que resulta frustrante para la comunidad esperar nuevas funcionalidades sin tener información sobre las rutas que estamos explorando.

</Intro>

Expand Down
Loading

0 comments on commit 49ac841

Please sign in to comment.