Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 1357 | Rev 1359 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1357 Rev 1358
Línea 1... Línea 1...
1
import React from 'react'
1
import React from 'react'
-
 
2
import { Link } from 'react-router-dom'
2
import { Container } from '@mui/material'
3
import { Container } from '@mui/material'
Línea 3... Línea 4...
3
 
4
 
Línea 4... Línea 5...
4
import useFetch from '../../hooks/useFetch'
5
import useFetch from '../../hooks/useFetch'
Línea 5... Línea 6...
5
 
6
 
6
import styles from './Footer.module.scss'
7
import styles from './Footer.module.scss'
Línea 7... Línea 8...
7
 
8
 
8
const Footer = () => {
9
const Footer = () => {
9
  const { data } = useFetch('/helpers/footer', {})
10
  const { data } = useFetch('/helpers/footer')
10
 
11
 
11
  return (
12
  return (
Línea 12... Línea 13...
12
    <footer className={styles.footer}>
13
    <footer className={styles.footer}>
13
      <Container>
14
      <Container>
14
        <div className={styles.footer_content}>
15
        <div className={styles.footer_content}>
15
          <img src='/images/LL-08.png' alt='logo' />
16
          <img src='/images/LL-08.png' alt='logo' />
16
 
17
 
17
          <div className={styles.footer__links}>
18
          <div className={styles.footer__link}>
18
            <ul>
19
            <ul>
19
              {Object.entries(data).map(([href, label]) => (
20
              {Object.entries(data).map(([href, label]) => (
Línea 20... Línea 21...
20
                <li key={label}>
21
                <li key={label}>