Skip to content

Commit

Permalink
feat: 문의하기 페이지 구현 (#772)
Browse files Browse the repository at this point in the history
* feat: 문의하기 구글 forms 페이지 링크 연결

* fix: chromatic 에러 해결
  • Loading branch information
soi-ha authored Oct 23, 2024
1 parent 5394795 commit 56bf518
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @jsxImportSource @emotion/react */
import type {Meta, StoryObj} from '@storybook/react';

import Carousel from './Carousel';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @jsxImportSource @emotion/react */
import Icon from '../Icon/Icon';

import {deleteButtonStyle} from './Carousel.style';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @jsxImportSource @emotion/react */
import {useTheme} from '@components/Design/theme/HDesignProvider';

import {indicatorContainerStyle, indicatorStyle} from './Carousel.style';
Expand Down
5 changes: 3 additions & 2 deletions client/src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 56bf518

Please sign in to comment.