feat(ui): 💬 change spelling for footer sections
This commit is contained in:
parent
aeccebf4ba
commit
1faaf8d2c1
|
@ -3,7 +3,7 @@ export function Footer() {
|
||||||
<footer>
|
<footer>
|
||||||
<div>
|
<div>
|
||||||
<section>
|
<section>
|
||||||
<h3>Contact</h3>
|
<h3>Nous contacter</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href='tel:+33556847961'>
|
<a href='tel:+33556847961'>
|
||||||
<i class='ri-phone-line'></i> 05 56 84 79 61
|
<i class='ri-phone-line'></i> 05 56 84 79 61
|
||||||
|
@ -40,7 +40,7 @@ export function Footer() {
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<h3>Réseaux</h3>
|
<h3>Nos réseaux</h3>
|
||||||
<div class='footer__badges'>
|
<div class='footer__badges'>
|
||||||
<a
|
<a
|
||||||
class='footer__badges__item'
|
class='footer__badges__item'
|
||||||
|
|
Loading…
Reference in a new issue