File tree Expand file tree Collapse file tree 4 files changed +23
-6
lines changed
Expand file tree Collapse file tree 4 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 1212 </tr>
1313 <tr>
1414 <th>배포</th>
15- <td><a href="# ">🛠️simple thumbnail🛠️</a></td>
15+ <td><a href="https://simple-thumbnail.com/ ">🛠️simple thumbnail🛠️</a></td>
1616 </tr>
1717 <tr>
1818 <th>디자인</th>
4949## 📌 Getting Start
5050
5151``` shell
52- git clone ' https://github.com/Yangjaecheon-Otter-Guardians /simple-thumbnail.git'
52+ git clone ' https://github.com/yangjaecheon-otter-guardians /simple-thumbnail.git'
5353npm install
5454npm start
5555```
@@ -81,7 +81,7 @@ npm start
8181- react-helmet-async
8282 - HTML의 head 태그를 관리하기 위한 라이브러리입니다.
8383
84- [ package.json 바로가기] ( https://github.com/Yangjaecheon-Otter-Guardians /simple-thumbnail/blob/main/frontend/package.json )
84+ [ package.json 바로가기] ( https://github.com/yangjaecheon-otter-guardians /simple-thumbnail/blob/main/frontend/package.json )
8585
8686<br />
8787
Original file line number Diff line number Diff line change 1- import github from '../assets/github.svg' ;
21import { ReactComponent as TEXT_LOGO } from 'assets/logo_default.svg' ;
2+ import github from '../assets/github.svg' ;
33
44function Footer ( ) {
55 return (
66 < div className = "w-full flex-center py-[25px] text-disabled text-[12px]" >
77 < div className = "w-full px-5 flex flex-col items-center tablet:w-[768px] tablet:px-10" >
88 < TEXT_LOGO style = { { height : '32px' } } />
99 < span > © 2023 Simple Thumbnail all rights reserved.</ span >
10- < a href = "https://github.com/Yangjaecheon-Otter-Guardians /simple-thumbnail" target = "_blank" >
10+ < a href = "https://github.com/yangjaecheon-otter-guardians /simple-thumbnail" target = "_blank" >
1111 < div className = "flex-center gap-1 font-bold" >
1212 < img src = { github } alt = "github icon" width = "16rem" />
1313 < span > simple-thumbnail</ span >
Original file line number Diff line number Diff line change 1- import { ReactComponent as TEXT_LOGO } from 'assets/logo_black .svg' ;
1+ import { ReactComponent as TEXT_LOGO } from 'assets/big_logo .svg' ;
22
33function Header ( ) {
44 const handleInitial = ( ) => {
You can’t perform that action at this time.
0 commit comments