Overnap

HTMLElement의 프롭 경고 해결

......@@ -4,14 +4,14 @@ export const Footer: React.FC = () => {
return (
<div className="mt-auto flex justify-center items-center">
<a href="http://khuhub.khu.ac.kr/2020105578/nodejs-game">
<img className="object-contain h-12" src="./gitlab.png"/>
<img className="object-contain h-12" alt='logo img' src="./gitlab.png"/>
</a>
<div className="flex text-gray-600">Made by&nbsp;
<a href="https://github.com/aren227" target="_blank"
<a href="https://github.com/aren227" target="_blank" rel="noreferrer"
className="outline-none focus:outline-none
text-gray-600 hover:text-green-500
ease-linear transition-all duration-100">@aren227</a>&nbsp;
<a href="https://github.com/overnap" target="_blank"
<a href="https://github.com/overnap" target="_blank" rel="noreferrer"
className="outline-none focus:outline-none
text-gray-600 hover:text-green-500
ease-linear transition-all duration-100">@overnap</a>
......