Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -4,14 +4,14 @@ export const Footer: React.FC = () => { | ... | @@ -4,14 +4,14 @@ export const Footer: React.FC = () => { |
4 | return ( | 4 | return ( |
5 | <div className="mt-auto flex justify-center items-center"> | 5 | <div className="mt-auto flex justify-center items-center"> |
6 | <a href="http://khuhub.khu.ac.kr/2020105578/nodejs-game"> | 6 | <a href="http://khuhub.khu.ac.kr/2020105578/nodejs-game"> |
7 | - <img className="object-contain h-12" src="./gitlab.png"/> | 7 | + <img className="object-contain h-12" alt='logo img' src="./gitlab.png"/> |
8 | </a> | 8 | </a> |
9 | <div className="flex text-gray-600">Made by | 9 | <div className="flex text-gray-600">Made by |
10 | - <a href="https://github.com/aren227" target="_blank" | 10 | + <a href="https://github.com/aren227" target="_blank" rel="noreferrer" |
11 | className="outline-none focus:outline-none | 11 | className="outline-none focus:outline-none |
12 | text-gray-600 hover:text-green-500 | 12 | text-gray-600 hover:text-green-500 |
13 | ease-linear transition-all duration-100">@aren227</a> | 13 | ease-linear transition-all duration-100">@aren227</a> |
14 | - <a href="https://github.com/overnap" target="_blank" | 14 | + <a href="https://github.com/overnap" target="_blank" rel="noreferrer" |
15 | className="outline-none focus:outline-none | 15 | className="outline-none focus:outline-none |
16 | text-gray-600 hover:text-green-500 | 16 | text-gray-600 hover:text-green-500 |
17 | ease-linear transition-all duration-100">@overnap</a> | 17 | ease-linear transition-all duration-100">@overnap</a> | ... | ... |
-
Please register or login to post a comment