gap
This commit is contained in:
+4
-4
@@ -136,12 +136,12 @@ export default function Home() {
|
||||
<Image src="/icons/tg.png" alt="tg" width={48} height={48} loading="lazy" />
|
||||
)}
|
||||
|
||||
<Link href="https://vk.ru" target="_blank">
|
||||
<Image src="/icons/vk.svg" alt="vk" width={52} height={52} loading="lazy" />
|
||||
<Link href="https://vk.ru" className="vkLink" target="_blank">
|
||||
<Image src="/icons/vk.svg" alt="vk" width={44} height={44} loading="lazy" />
|
||||
</Link>
|
||||
|
||||
<Link href="https://max.ru" target="_blank">
|
||||
<Image src="/icons/max.svg" alt="max" width={52} height={52} loading="lazy" />
|
||||
<Link href="https://max.ru" className="maxLink" target="_blank">
|
||||
<Image src="/icons/max.svg" alt="max" width={44} height={44} loading="lazy" />
|
||||
</Link>
|
||||
|
||||
{gis2 ? (
|
||||
|
||||
Reference in New Issue
Block a user