Skip to content

Commit

Permalink
Merge pull request #32 from xandemon/fix/vulnerabilities
Browse files Browse the repository at this point in the history
Fix vulnerabilities in the library package and docs website
  • Loading branch information
xandemon authored Dec 14, 2024
2 parents 98c3d41 + e446b02 commit befca37
Show file tree
Hide file tree
Showing 4 changed files with 1,037 additions and 353 deletions.
7 changes: 4 additions & 3 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/src/components/ui/iconCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const IconCard = ({ icon }: { icon: IconDataType }) => {
}, [activeTooltip, showCopied]);

return (
<div className="w-full h-44 border border-zinc-800 rounded-xl flex flex-col items-center justify-center gap-2 from-zinc-950/25 to-zinc-950/50 hover:bg-gradient-to-br group">
<div className="w-full max-w-[300px] h-44 border border-zinc-800 rounded-xl flex flex-col items-center justify-center gap-2 from-zinc-950/25 to-zinc-950/50 hover:bg-gradient-to-br group">
<DynamicIcon
size={50}
className="group-hover:drop-shadow-[0_4px_4px_rgba(256,256,256,0.1)]"
Expand Down
Loading

0 comments on commit befca37

Please sign in to comment.