Skip to content

Commit

Permalink
fix: 잘못된 제목 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
2yunseong committed Sep 16, 2024
1 parent b5d485a commit 64047a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/applicant/applicantNode/Portfolio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Portfolio = ({ data }: PortfolioProps) => {
<Txt typography="h4">포트폴리오</Txt>
<div className="flex gap-4">
<div className="flex-1 flex flex-col">
<Txt typography="h6">링크(개발자)</Txt>
<Txt typography="h6">링크</Txt>
{portfolio.map((url: string, index: number) => {
return (
<Link href={url} target="_blank" key={index}>
Expand Down

0 comments on commit 64047a5

Please sign in to comment.