Add separators to footer

This commit is contained in:
Michael Fatemi 2020-11-25 19:11:05 -05:00
parent f5c0a4196e
commit cc73d1d857

View File

@ -11,11 +11,13 @@ export default function Footer() {
return (
<section className='footer-wrapper'>
<hr />
<img
className='footer-banner'
src='/images/footer-banner.png'
alt='Footer Banner'
/>
<hr />
<div className='footer-container'>
{footer.columns.map((col) => {
return (