update telegram qr size

This commit is contained in:
Paul Mineev
2022-02-15 18:37:24 -06:00
committed by Umputun
parent f03fcf3fcf
commit 286e4c8a43
+1 -1
View File
@@ -246,7 +246,7 @@ export function Auth() {
{window.screen.width >= 768 && (
<img
src={`${BASE_URL}${API_BASE}/qr/telegram?url=https://t.me/${telegramParamsRef.current.bot}/?start=${telegramParamsRef.current.token}`}
height="180"
height="200"
width="200"
className={clsx('telegram-qr', styles.telegramQR)}
alt={intl.formatMessage(messages.telegramQR)}