-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: dev-ver2에서 dev 커밋 cherry-pick, 탐색 페이지 이슈 해결 시도 (#224)
* Chore: 환경설정 커밋 * Fix: 댓글 폼 TextArea로 수정, 댓글/답글 관련 버그 수정 (#210) * Fix: 답글 캐싱 문제 해결 * Fix: 답글 생성, 수정 관련 로직 수정 * Fix: 댓글 form input에서 textarea로 교체 * Fix: 댓글 작성 이후 자동으로 textarea 크기 바뀌게 수정 * Fix: intro 페이지 이미지 교체, 메이커스 이름 추가 (임시) (#213) * Feat: 인트로 페이지 정적인 이미지 동영상으로 교체 * Feat: 인트로 페이지 이미지 교체 * Fix: 인트로 페이지 코드리뷰 반영 * Fix: 탐색 페이지 트렌딩 리스트 사파리에서 타이틀의 webkit 속성이 적용되지 않는 문제 해결
- Loading branch information
1 parent
dc82044
commit 42ea573
Showing
19 changed files
with
220 additions
and
44 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.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
|
@@ -40,7 +40,8 @@ function Footer() { | |
</div> | ||
<div className={styles.policyWrapper}> | ||
<p>{introLocale[language].privacy}</p> | ||
<p>[email protected]</p> | ||
<p>에잇(Eight)</p> | ||
<p>Makers : 에잇(Eight, [email protected])</p> | ||
<p>Copyright ©Listywave - All rights reserved</p> | ||
</div> | ||
</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
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
Oops, something went wrong.