diff --git a/app/Section/Socials.tsx b/app/Section/Socials.tsx index e0e195c..ed83c4a 100644 --- a/app/Section/Socials.tsx +++ b/app/Section/Socials.tsx @@ -50,7 +50,7 @@ const links = [ export const Socials = () => { return (
-

Socials

+

Socials

{links.map((item) => ( diff --git a/app/components/IconWithText.tsx b/app/components/IconWithText.tsx index 2679bb4..ef38369 100644 --- a/app/components/IconWithText.tsx +++ b/app/components/IconWithText.tsx @@ -11,14 +11,17 @@ export const IconWithText = ({ text, desc, backgroundColor, - backgroundOpacity + backgroundOpacity, }: IconWithTextProps) => { return (
{/* eslint-disable-next-line @next/next/no-img-element */} {""}