Skip to content

Commit

Permalink
Applied prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
koss-service committed Nov 14, 2023
1 parent 7399836 commit 88fae00
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/MentorProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function MentorProjectCard({
lines_added,
lines_removed,
project_status,
repo_link
repo_link,
}: IProjectDashboardInfo) {
return (
<>
Expand Down Expand Up @@ -69,7 +69,10 @@ function MentorProjectCard({
</div>
)}
</div>
<button className="mt-auto align-bottom text-center font-semibold text-lg w-full p-2 bg-blue-950 rounded-md hover:bg-blue-900" onClick={() => window.open(repo_link, '_blank')}>
<button
className="mt-auto align-bottom text-center font-semibold text-lg w-full p-2 bg-blue-950 rounded-md hover:bg-blue-900"
onClick={() => window.open(repo_link, "_blank")}
>
View Project
</button>
</div>
Expand Down

0 comments on commit 88fae00

Please sign in to comment.