Skip to content

Commit

Permalink
Updates UI
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusmugo committed Jul 23, 2024
1 parent 83e4acb commit 4477bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/projects/Cards.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function CardDefault({ id, name, logo, summary }) {

return (
<Card
onClick={() => router.push(`/${id}`)}
// onClick={() => router.push(`/${id}`)}
className="mt-6 w-96 cursor-pointer"
>
<CardHeader floated={false} className=" h-60 lg:h-60">
Expand Down

0 comments on commit 4477bf9

Please sign in to comment.