-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: 문의하기 구글 forms 페이지 링크 연결 * fix: chromatic 에러 해결
- Loading branch information
Showing
5 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
client/src/components/Design/components/Carousel/Carousel.stories.tsx
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
1 change: 1 addition & 0 deletions
1
client/src/components/Design/components/Carousel/CarouselDeleteButton.tsx
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
1 change: 1 addition & 0 deletions
1
client/src/components/Design/components/Carousel/CarouselIndicator.tsx
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
File renamed without changes.
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 |
---|---|---|
|
@@ -15,8 +15,9 @@ const Footer: React.FC<FooterProps> = () => { | |
<a href="https://github.com/woowacourse-teams/2024-haeng-dong/wiki" target="_blank"> | ||
행동대장 소개 | ||
</a> | ||
{/* TODO: (@soha) 문의 페이지 링크로 꼭!! 추후 수정 */} | ||
<Link to={'/'}>문의하기</Link> | ||
<a href="https://forms.gle/qtGXJ8WdPsWA3KURA" target="_blank"> | ||
문의하기 | ||
</a> | ||
<a href="mailto:[email protected]">이메일</a> | ||
</div> | ||
<Text size="tiny" textColor="gray"> | ||
|