This commit is contained in:
sbb45
2026-06-17 21:53:48 +05:00
parent c4b8b05b32
commit e74c794822
6 changed files with 23 additions and 11 deletions
+10 -4
View File
@@ -85,6 +85,12 @@ const HeaderBlock = styled.div`
.tgLink{
margin: 0 12px 0 8px;
}
.vkLink{
margin: 0 6px 0 8px;
}
.maxLink{
margin: 0 8px 0 6px;
}
&.desktopOnly {
@media (max-width: 900px) {
display: none;
@@ -225,12 +231,12 @@ const HeaderPage: React.FC<HeaderPageProps> = ({tg, gis2, phone}) => {
</Link>
)}
<Link href="https://vk.ru" className="headerImage" target="_blank">
<Image src="/icons/vk.svg" alt="vk" width={52} height={52} loading="lazy" />
<Link href="https://vk.ru" className="vkLink headerImage" target="_blank">
<Image src="/icons/vk.svg" alt="vk" width={44} height={44} loading="lazy" />
</Link>
<Link href="https://max.ru" className="headerImage" target="_blank">
<Image src="/icons/max.svg" alt="max" width={52} height={52} loading="lazy" />
<Link href="https://max.ru" className="maxLink headerImage" target="_blank">
<Image src="/icons/max.svg" alt="max" width={44} height={44} loading="lazy" />
</Link>
<HeaderPhone>