Skip to content

Commit

Permalink
design: project 방문 string 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
imb96 committed Sep 14, 2024
1 parent 0ed1964 commit 0ffa66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Card = ({ title, description, imgSrc, href }) => (
className="text-base font-medium leading-6 text-primary-500 hover:text-primary-600 dark:hover:text-primary-400"
aria-label={`Link to ${title}`}
>
Learn more →
Visit Project →
</Link>
)}
</div>
Expand Down

0 comments on commit 0ffa66d

Please sign in to comment.