This commit is contained in:
sbb45
2026-06-17 22:16:23 +05:00
parent e74c794822
commit 3cf493a6e9
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -146,11 +146,11 @@ export default function Home() {
{gis2 ? (
<Link href={gis2.value} className="gis2Link headerImage" target="_blank">
<Image src="/icons/location.svg" alt="geo" width={37} height={50} loading="lazy" />
<Image src="/icons/location.svg" alt="geo" width={30} height={44} loading="lazy" />
</Link>
) : (
<Link href={'/'} className="gis2Link headerImage" target="_blank">
<Image src="/icons/location.svg" alt="geo" width={37} height={50} loading="lazy" />
<Image src="/icons/location.svg" alt="geo" width={30} height={44} loading="lazy" />
</Link>
)}
</div>
+6 -6
View File
@@ -213,30 +213,30 @@ const HeaderPage: React.FC<HeaderPageProps> = ({tg, gis2, phone}) => {
<HeaderBlock className={"desktopOnly"}>
{gis2 ? (
<Link href={gis2} className="gis2Link headerImage" target="_blank">
<Image src="/icons/location.svg" alt="geo" width={37} height={50} loading="lazy" />
<Image src="/icons/location.svg" alt="geo" width={37} height={46} loading="lazy" />
</Link>
) : (
<Link href={'/'} className="gis2Link headerImage" target="_blank">
<Image src="/icons/location.svg" alt="geo" width={37} height={50} loading="lazy" />
<Image src="/icons/location.svg" alt="geo" width={37} height={46} loading="lazy" />
</Link>
)}
{tg ? (
<Link href={tg} className="tgLink headerImage" target="_blank">
<Image src="/icons/tg.png" alt="tg" width={48} height={48} loading="lazy" />
<Image src="/icons/tg.png" alt="tg" width={46} height={4} loading="lazy" />
</Link>
) : (
<Link href={'/'} className="tgLink headerImage" target="_blank">
<Image src="/icons/tg.png" alt="tg" width={48} height={48} loading="lazy" />
<Image src="/icons/tg.png" alt="tg" width={46} height={46} loading="lazy" />
</Link>
)}
<Link href="https://vk.ru" className="vkLink headerImage" target="_blank">
<Image src="/icons/vk.svg" alt="vk" width={44} height={44} loading="lazy" />
<Image src="/icons/vk.svg" alt="vk" width={50} height={50} loading="lazy" />
</Link>
<Link href="https://max.ru" className="maxLink headerImage" target="_blank">
<Image src="/icons/max.svg" alt="max" width={44} height={44} loading="lazy" />
<Image src="/icons/max.svg" alt="max" width={52} height={52} loading="lazy" />
</Link>
<HeaderPhone>