-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat : 카카오 로그인 세팅 * asset : 배너샘플 추가 * fix : 보관함 잘못 작성된 인자 수정 * feat : 배너 사진 추가
- Loading branch information
Showing
14 changed files
with
49 additions
and
48 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
export const ArchivedlBanner = () => { | ||
return ( | ||
<button className="flex items-center text-left w-full"> | ||
<div className="flex flex-col"> | ||
<p>편지 보관함</p> | ||
<p> | ||
보관하신 편지를 | ||
<br /> | ||
확인해보세요 | ||
</p> | ||
</div> | ||
<button className="w-full"> | ||
<img src="/배너샘플3.png" className="object-contain" /> | ||
</button> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,7 @@ | ||
export const LabelCollectionsBanner = () => { | ||
return ( | ||
<button className="flex items-center text-left w-full"> | ||
<div className="flex flex-col"> | ||
<p>라벨 모음</p> | ||
<p> | ||
가지고 있는 라벨들을 | ||
<br /> | ||
확인해보세요 | ||
</p> | ||
</div> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="100" | ||
height="60" | ||
fill="none" | ||
viewBox="0 0 408 249" | ||
className="ml-16" | ||
> | ||
<path | ||
fill="#C3C3C3" | ||
d="M368.5 0.222656L407.21 127.258L39.6975 248.286L94.3479 164.488L0.987028 121.251L368.5 0.222656Z" | ||
/> | ||
</svg> | ||
<button className="w-full"> | ||
<img src="/배너샘플2.png" className="object-contain" /> | ||
</button> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export const KakaoRedirectPage = () => { | ||
return <div className="">KakaoRedirectPage</div>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters