From fec0e79c50af94aff82a25660f3df4b27fea037e Mon Sep 17 00:00:00 2001 From: Radiquum Date: Fri, 25 Jul 2025 03:05:23 +0500 Subject: [PATCH] fix: socials header bg color --- app/Section/Socials.tsx | 2 +- app/components/IconWithText.tsx | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) 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 */} {""}