fix: socials header bg color

This commit is contained in:
Kentai Radiquum 2025-07-25 03:05:23 +05:00
parent 46f7530e71
commit fec0e79c50
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 9 additions and 6 deletions

View file

@ -50,7 +50,7 @@ const links = [
export const Socials = () => {
return (
<Section>
<h2 className="text-4xl md:text-5xl border-1 px-3 py-2 rounded-xl border-white/5 bg-[#ffb1cd]/5">Socials</h2>
<h2 className="text-4xl md:text-5xl border-1 px-3 py-2 rounded-xl border-white/5 bg-[#161213]/25">Socials</h2>
<div className="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 xl:grid-cols-4 gap-2">
{links.map((item) => (
<Link href={item.url} key={`socials.link.${item.text}`}>