Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강동현
/
nodejs-game
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Overnap
2021-06-10 08:11:20 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f1b846e3ab7e67ddbe2013e8c95903c04c410cf3
f1b846e3
1 parent
3315dbf4
HTMLElement의 프롭 경고 해결
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
web/src/components/common/Footer.tsx
web/src/components/common/Footer.tsx
View file @
f1b846e
...
...
@@ -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
<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>
<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>
...
...
Please
register
or
login
to post a comment