Footer.js 259 Bytes
Newer Older
1
2
const Footer = () => {
    return (
3
4
        <div className="text-center py-3" style={{ backgroundColor: "#a0a0a0" }}>
            () butter studio
Jiwon Yoon's avatar
Jiwon Yoon committed
5
            COPYRIGHT © ButterStudio, Inc. All rights reserved
6
7
8
9
10
        </div>
    )
}

export default Footer