Skip to content

Commit

Permalink
Merge branch '86-añadir-sistema-de-ayuda' of https://github.com/Arqui…
Browse files Browse the repository at this point in the history
…soft/wiq_es1a into 86-añadir-sistema-de-ayuda
  • Loading branch information
Rodrox11 committed Apr 27, 2024
2 parents d908876 + a8ab90c commit 32c9849
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import History from "./pages/History/History.js";
import Help from "./pages/Ayuda/Ayuda.js";
import HelpGames from "./pages/Ayuda/AyudaJuego.js";
import HelpStats from ".pages/Ayuda/AyudaEstadisticas.js"
import HelpSocial from "./pages/Ayuda/AyudaSocialJ.js";
import HelpSocial from "./pages/Ayuda/AyudaSocial.js";


function App() {
Expand Down
3 changes: 3 additions & 0 deletions webapp/src/pages/Ayuda/AyudaEstadisticas.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import React from 'react';
import { useTranslation } from 'react-i18next';
<<<<<<< HEAD
import { Heading, Table, Thead, Tbody, Tr, Th, Td } from '@chakra-ui/react';
=======
>>>>>>> a8ab90c201bf92f078a3df55ce8bb921238ae03d
import Nav from '../../components/Nav/Nav';
import Footer from '../../components/Footer/Footer';

Expand Down
6 changes: 6 additions & 0 deletions webapp/src/pages/Ayuda/AyudaJuego.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
import React from 'react';
import { useTranslation } from 'react-i18next';
<<<<<<< HEAD
import { Heading, Table, Thead, Tbody, Tr, Th, Td } from '@chakra-ui/react';
import Nav from '../../components/Nav/Nav';
import Footer from '../../components/Footer/Footer';
=======
import Nav from '../../components/Nav/Nav';
import Footer from '../../components/Footer/Footer';

>>>>>>> a8ab90c201bf92f078a3df55ce8bb921238ae03d
const AyudaModosJuego = () => {

const { t } = useTranslation();
Expand Down
7 changes: 7 additions & 0 deletions webapp/src/pages/Ayuda/AyudaSocial.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import React from 'react';
import { useTranslation } from 'react-i18next';
<<<<<<< HEAD
import { Heading, Table, Thead, Tbody, Tr, Th, Td } from '@chakra-ui/react';
=======
>>>>>>> a8ab90c201bf92f078a3df55ce8bb921238ae03d
import Nav from '../../components/Nav/Nav';
import Footer from '../../components/Footer/Footer';

Expand All @@ -18,7 +21,11 @@ const AyudaSocial = () => {
<p>{t('pages.helpSocial.description2')}</p>
<Heading as="h3" size="md">{t('pages.helpSocial.groups')}</Heading>
<p>{t('pages.helpSocial.description3')}</p>
<<<<<<< HEAD
<Footer />
=======
<Footer/>
>>>>>>> a8ab90c201bf92f078a3df55ce8bb921238ae03d
</>
);
};
Expand Down

0 comments on commit 32c9849

Please sign in to comment.