Website edit functionality.
This commit is contained in:
11
components/layout/Footer.js
Normal file
11
components/layout/Footer.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
import classNames from 'classnames';
|
||||
import styles from './Footer.module.css';
|
||||
|
||||
export default function Footer() {
|
||||
return (
|
||||
<footer className={classNames(styles.footer, 'container mt-5 mb-5')}>
|
||||
umami - deliciously simple web stats
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user