Skip to content

Commit

Permalink
link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshuverma-dev committed Nov 9, 2024
1 parent 0e0ce07 commit 6beaa20
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions client/src/pages/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,16 @@ export default function AboutPage() {
</Badge>
</CardContent>
<CardFooter>
<Button variant={"outline"} className="w-full">
<Link
to={contributor.html_url}
target="_blank"
rel="noopener noreferrer"
>
<Link
to={contributor.html_url}
target="_blank"
rel="noopener noreferrer"
className="h-full w-full"
>
<Button variant={"outline"} className="w-full">
View Profile
</Link>
</Button>
</Button>
</Link>
</CardFooter>
</Card>
</>
Expand Down

0 comments on commit 6beaa20

Please sign in to comment.