Update index.tsx

This commit is contained in:
kilyabin
2023-10-19 16:40:04 +04:00
committed by GitHub
parent 5bfaf3875e
commit 8123e4b574

View File

@@ -50,14 +50,11 @@ function Popup({ open, onClose }: {
Для меня добавить вашу группу это даже не одна строка кода, а одно нажатие клавиши, но я хочу чтобы этот сайт был доступен только самым лучшим и избранным, достойных престижа <img src={'/1925.png'} width={14} height={14} alt='' className='inline align-text-bottom' /> Для меня добавить вашу группу это даже не одна строка кода, а одно нажатие клавиши, но я хочу чтобы этот сайт был доступен только самым лучшим и избранным, достойных престижа <img src={'/1925.png'} width={14} height={14} alt='' className='inline align-text-bottom' />
</DialogDescription> </DialogDescription>
<DialogFooter className='!justify-start !flex-row mt-3 gap-3'> <DialogFooter className='!justify-start !flex-row mt-3 gap-3'>
<Link href='https://t.me/hlothdev'> <Link href='https://t.me/ilyakm'>
<Button tabIndex={-1} className='gap-3'><BsTelegram /> Мой телеграм</Button> <Button tabIndex={-1} className='gap-3'><BsTelegram /> Мой телеграм</Button>
</Link> </Link>
<Link href='https://vk.com/hloth'>
<Button tabIndex={-1} className='gap-3'><SlSocialVkontakte /> Мой ВКонтакте</Button>
</Link>
</DialogFooter> </DialogFooter>
</DialogContent> </DialogContent>
</Dialog> </Dialog>
) )
} }