mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
fixed semantic markup
This commit is contained in:
parent
746e323baf
commit
4e5a6d727a
5 changed files with 20 additions and 17 deletions
|
@ -5,10 +5,10 @@ import styles from './styles.module.scss';
|
|||
interface IProps {}
|
||||
|
||||
const Footer: FC<IProps> = memo(() => (
|
||||
<div className={styles.footer}>
|
||||
<footer className={styles.footer}>
|
||||
<div className={styles.slogan}>Уделяй больше времени тишине. Спасибо</div>
|
||||
<div className={styles.copy}>2009 - {new Date().getFullYear()}</div>
|
||||
</div>
|
||||
</footer>
|
||||
));
|
||||
|
||||
export { Footer };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue