Skip to content

Commit

Permalink
fix: policy template
Browse files Browse the repository at this point in the history
  • Loading branch information
esemyonov committed Dec 8, 2023
1 parent d1d778b commit fc01f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PolicyCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const PolicyCard: React.FC<Props> = ({ name, href, icon }) => {
return (
<Link
href={href}
className="group flex items-center gap-4 rounded-lg border border-gray-500 bg-white p-4 text-black transition-colors hover:bg-gray-500/50 md:h-36 md:flex-col md:justify-center md:px-5 md:py-6 md:text-center"
className="bg-transpatent group flex items-center gap-4 rounded-lg border border-gray-500 p-4 text-white transition-colors hover:bg-gray-500/50 dark:text-black md:h-36 md:flex-col md:justify-center md:px-5 md:py-6 md:text-center"
>
<div className="rounded-lg bg-pink/10 p-2">
<div
Expand Down

0 comments on commit fc01f29

Please sign in to comment.