mirror of
https://github.com/tjsga/tj-sga-website-react.git
synced 2025-04-21 12:00:17 -04:00
Add separators to footer
This commit is contained in:
parent
f5c0a4196e
commit
cc73d1d857
|
@ -11,11 +11,13 @@ export default function Footer() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section className='footer-wrapper'>
|
<section className='footer-wrapper'>
|
||||||
|
<hr />
|
||||||
<img
|
<img
|
||||||
className='footer-banner'
|
className='footer-banner'
|
||||||
src='/images/footer-banner.png'
|
src='/images/footer-banner.png'
|
||||||
alt='Footer Banner'
|
alt='Footer Banner'
|
||||||
/>
|
/>
|
||||||
|
<hr />
|
||||||
<div className='footer-container'>
|
<div className='footer-container'>
|
||||||
{footer.columns.map((col) => {
|
{footer.columns.map((col) => {
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user