final
This commit is contained in:
+2
-2
@@ -146,11 +146,11 @@ export default function Home() {
|
|||||||
|
|
||||||
{gis2 ? (
|
{gis2 ? (
|
||||||
<Link href={gis2.value} className="gis2Link headerImage" target="_blank">
|
<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>
|
||||||
) : (
|
) : (
|
||||||
<Link href={'/'} className="gis2Link headerImage" target="_blank">
|
<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>
|
</Link>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -213,30 +213,30 @@ const HeaderPage: React.FC<HeaderPageProps> = ({tg, gis2, phone}) => {
|
|||||||
<HeaderBlock className={"desktopOnly"}>
|
<HeaderBlock className={"desktopOnly"}>
|
||||||
{gis2 ? (
|
{gis2 ? (
|
||||||
<Link href={gis2} className="gis2Link headerImage" target="_blank">
|
<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>
|
||||||
) : (
|
) : (
|
||||||
<Link href={'/'} className="gis2Link headerImage" target="_blank">
|
<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>
|
</Link>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{tg ? (
|
{tg ? (
|
||||||
<Link href={tg} className="tgLink headerImage" target="_blank">
|
<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>
|
||||||
) : (
|
) : (
|
||||||
<Link href={'/'} className="tgLink headerImage" target="_blank">
|
<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>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<Link href="https://vk.ru" className="vkLink headerImage" target="_blank">
|
<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>
|
||||||
|
|
||||||
<Link href="https://max.ru" className="maxLink headerImage" target="_blank">
|
<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>
|
</Link>
|
||||||
|
|
||||||
<HeaderPhone>
|
<HeaderPhone>
|
||||||
|
|||||||
Reference in New Issue
Block a user