• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

EcrituresNumeriques / stylo / 15066626824

16 May 2025 10:41AM UTC coverage: 37.574% (-0.02%) from 37.594%
15066626824

Pull #1517

github

web-flow
Merge e05a1c169 into 607ffe7f9
Pull Request #1517: Mise à jour vers react-router@7

549 of 776 branches covered (70.75%)

Branch coverage included in aggregate %.

13 of 373 new or added lines in 28 files covered. (3.49%)

5 existing lines in 4 files now uncovered.

5319 of 14841 relevant lines covered (35.84%)

2.56 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/front/src/components/Footer.jsx
1
import React from 'react'
×
NEW
2
import { NavLink } from 'react-router'
×
3
import { useTranslation } from 'react-i18next'
×
4

5
import styles from './header.module.scss'
×
6

7
export default function Footer() {
×
8
  const { t } = useTranslation()
×
9

10
  return (
×
NEW
11
    <footer className={styles.footerContainer}>
×
NEW
12
      <ul className={styles.footerList}>
×
NEW
13
        <li>
×
NEW
14
          <a
×
NEW
15
            href="https://github.com/EcrituresNumeriques/stylo/releases"
×
NEW
16
            rel="noopener noreferrer"
×
NEW
17
            target="_blank"
×
NEW
18
            aria-label={t('footer.changelog.link', { version: APP_VERSION })}
×
NEW
19
          >
×
NEW
20
            Stylo {APP_VERSION}
×
NEW
21
          </a>
×
NEW
22
        </li>
×
NEW
23
        <li>
×
NEW
24
          <NavLink to="/privacy">{t('footer.privacy.link')}</NavLink>
×
NEW
25
        </li>
×
NEW
26
        <li>
×
NEW
27
          <a
×
NEW
28
            href="https://stylo-doc.ecrituresnumeriques.ca"
×
NEW
29
            target="_blank"
×
NEW
30
            rel="noopener noreferrer"
×
31
          >
NEW
32
            {t('footer.documentation.link')}
×
NEW
33
          </a>
×
NEW
34
        </li>
×
NEW
35
        <li>
×
NEW
36
          <a href="https://discussions.revue30.org/c/stylo/" target="_blank" rel="noopener noreferrer">
×
NEW
37
            {t('footer.community.link')}
×
NEW
38
          </a>
×
NEW
39
        </li>
×
NEW
40
      </ul>
×
NEW
41
    </footer>
×
42
  )
43
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc