final
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user