updated footer component

This commit is contained in:
andres alcocer
2022-02-03 19:06:39 -05:00
parent 4b72e0cfc1
commit 40b2e3ad73

View File

@@ -3,7 +3,7 @@ import React from 'react'
const footer = () => (
<footer className='footer'>
<div className='footer__copyright'>
&copy; 2021 Made with by{' '}
&copy; 2022 Made with by{' '}
<a className='footer__copyright--link' href='https://github.com/AndresXI'>
{' '}
Andres Alcocer