Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react'

export default function Footer() {

return (
<>
<div className="bg-[#07060E] px-4 py-20">
Expand Down Expand Up @@ -56,7 +57,7 @@ export default function Footer() {
<div className='text-xs text-[#FEFEFE66] flex flex-col text-center md:flex-row'>
<a href="#" className='lg:mx-8 md:mx-2 md:mb-0 mb-2'>Privacy Policy</a>
<a href="#" className='lg:mx-8 md:mx-2 md:mb-0 mb-2'>Terms of Use</a>
<a href="#" className='lg:mx-8 md:mx-2 md:mb-0 mb-2'>© ACM-JEC 2022 - All rights reserved</a>
<a href="#" className='lg:mx-8 md:mx-2 md:mb-0 mb-2'>© ACM-JEC 2024 - All rights reserved</a>
</div>
</div>

Expand Down