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-05-27 01:05:23 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
08a2e41d420eaabd42c9798c817f72d1b0fd2dc5
08a2e41d
1 parent
d74bd9b7
푸터 컴포넌트 추가
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
web/public/gitlab.png
web/src/Footer.tsx
web/public/gitlab.png
0 → 100644
View file @
08a2e41
23.6 KB
web/src/Footer.tsx
0 → 100644
View file @
08a2e41
import React from 'react';
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"/>
</a>
<div className="flex text-gray-600">Made by
<a href="https://github.com/aren227" target="_blank"
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/aren227" target="_blank"
className="outline-none focus:outline-none
text-gray-600 hover:text-green-500
ease-linear transition-all duration-100">@overnap</a>
</div>
</div>
);
}
\ No newline at end of file
Please
register
or
login
to post a comment