Hotfix: Nom des dossiers + Ajout /functions/slug
This commit is contained in:
6
website/components/Footer/Footer.css
Normal file
6
website/components/Footer/Footer.css
Normal file
@ -0,0 +1,6 @@
|
||||
.footer {
|
||||
border-top: var(--border-header-footer);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
9
website/components/Footer/Footer.js
Normal file
9
website/components/Footer/Footer.js
Normal file
@ -0,0 +1,9 @@
|
||||
import './Footer.css';
|
||||
|
||||
export default function Footer() {
|
||||
return (
|
||||
<footer className="footer">
|
||||
<p className="footer-text"><a href="https://divlo.fr/" target="_blank" rel="noopener noreferrer">Divlo</a> | Tous droits réservés</p>
|
||||
</footer>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user