Skip to content

Commit

Permalink
fix: 릴레이 질문 시작 플로팅 버튼 링크 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrevile committed Aug 27, 2024
1 parent be459fb commit 508812e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface StartRelayQuestionButtonProps extends HTMLAttributes<HTMLButtonElement

export const StartRelayQuestionButton = ({ meetingId, ...rest }: StartRelayQuestionButtonProps) => {
return (
<Link href={`${meetingId}/start-relay-question`}>
<Link href={`/${meetingId}/start-relay-question`}>
<Button css={{ height: size['3xl'] }} {...rest}>
<Txt typography="subtitle1" color={colors.white}>
릴레이 질문 시작하기
Expand Down

0 comments on commit 508812e

Please sign in to comment.