diff --git a/src/app/article/components/Copyright/index.tsx b/src/app/article/components/Copyright/index.tsx index 83d6df7..fc0145e 100755 --- a/src/app/article/components/Copyright/index.tsx +++ b/src/app/article/components/Copyright/index.tsx @@ -7,7 +7,7 @@ const Copyright = () => { return (
-
+
diff --git a/src/app/my/components/IconCloud/index.tsx b/src/app/my/components/IconCloud/index.tsx index 46ed194..353cb3f 100644 --- a/src/app/my/components/IconCloud/index.tsx +++ b/src/app/my/components/IconCloud/index.tsx @@ -43,10 +43,10 @@ export const renderCustomIcon = (icon: SimpleIcon, theme: string) => { minContrastRatio, size: 42, aProps: { - href: undefined, - target: undefined, - rel: undefined, - onClick: (e: any) => e.preventDefault(), + href: `https://simpleicons.org/icons/${icon.slug}`, + target: '_blank', + rel: 'noopener noreferrer', + onClick: (e: React.MouseEvent) => e.preventDefault(), }, }); };