mobile version fix

This commit is contained in:
2022-06-01 19:59:54 +03:00
parent 4bdfdd58ec
commit 5b9ccfbb2e
8 changed files with 74 additions and 40 deletions

View File

@ -1,4 +1,5 @@
import React from 'react'
import align from '../../images/align-left.png'
import phone from '../../images/phone.png'
import telegram from '../../images/telegram.png'
@ -40,7 +41,9 @@ export const Footer = () => {
</div>
</div>
</div>
<div className='footer__copyright'>2021 © Outstaffing</div>
<div className='footer__copyright'>
{new Date().getFullYear()} © Outstaffing
</div>
</footer>
</div>
)