profinansy-ui-lib 4.0.93 → 4.0.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -20603,8 +20603,7 @@ const Uy = g.div`
|
|
|
20603
20603
|
"img",
|
|
20604
20604
|
{
|
|
20605
20605
|
src: "https://storage.yandexcloud.net/public-files.profinansy.ru/images/tg_footer.png",
|
|
20606
|
-
width:
|
|
20607
|
-
height: 24,
|
|
20606
|
+
style: { width: "24px", height: "24px" },
|
|
20608
20607
|
alt: "Telegram"
|
|
20609
20608
|
}
|
|
20610
20609
|
)
|
|
@@ -20620,8 +20619,7 @@ const Uy = g.div`
|
|
|
20620
20619
|
"img",
|
|
20621
20620
|
{
|
|
20622
20621
|
src: "https://storage.yandexcloud.net/public-files.profinansy.ru/images/wa_footer.png",
|
|
20623
|
-
width:
|
|
20624
|
-
height: 24,
|
|
20622
|
+
style: { width: "24px", height: "24px" },
|
|
20625
20623
|
alt: "WhatsApp"
|
|
20626
20624
|
}
|
|
20627
20625
|
)
|
|
@@ -20637,8 +20635,7 @@ const Uy = g.div`
|
|
|
20637
20635
|
"img",
|
|
20638
20636
|
{
|
|
20639
20637
|
src: "https://storage.yandexcloud.net/public-files.profinansy.ru/images/max_footer.png",
|
|
20640
|
-
width:
|
|
20641
|
-
height: 24,
|
|
20638
|
+
style: { width: "24px", height: "24px" },
|
|
20642
20639
|
alt: "Max"
|
|
20643
20640
|
}
|
|
20644
20641
|
)
|