Skip to content

Commit

Permalink
Card
Browse files Browse the repository at this point in the history
  • Loading branch information
joseglego committed Feb 27, 2024
1 parent ef1f5f4 commit d97f095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const Card = ({ text, title, actionTitle, url }: CardProps) => {
</div>
{actionTitle && url ? (
<a
className="my-6 mb-0 flex items-center p-2 pl-0 text-lg text-[#E9DF74] group-hover:text-jsconf-yellow xl:text-2xl"
className="my-6 mb-0 flex w-fit items-center rounded-md p-2 text-lg text-jsconf-yellow hover:bg-[#EDE06033] group-hover:text-jsconf-yellow xl:text-2xl"
href={url}
>
{actionTitle} <ChevronRight className="ml-2" />
Expand Down

0 comments on commit d97f095

Please sign in to comment.