Skip to content

Commit

Permalink
chore: notion link 로 열리게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SeieunYoo committed Aug 19, 2024
1 parent c946218 commit fbb3902
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ const StudyItem = ({ study }: StudyItemProps) => {
</Tag>
</Flex>
<Text color="sub" typo="body2">
{`${introduction} - ${notionLink}`}
{`${introduction} -`}
<a href={notionLink} target="_blank">
{notionLink}
</a>
</Text>
</Flex>
<Text className={textCellStyle}>{mentorName}</Text>
Expand Down

0 comments on commit fbb3902

Please sign in to comment.