- {(() => {
- console.log(`π Π Π΅Π½Π΄Π΅ΡΠΈΠ½Π³ ΠΈΠΊΠΎΠ½ΠΊΠΈ Π΄Π»Ρ "${tab.label}": ${icon ? 'IMG' : 'SVG'}`);
- console.log(`π icon Π·Π½Π°ΡΠ΅Π½ΠΈΠ΅:`, icon);
- return null;
- })()}
-
- {/* Π£ΡΠ»ΠΎΠ²Π½ΡΠΉ ΡΠ΅Π½Π΄Π΅ΡΠΈΠ½Π³: Π»ΠΈΠ±ΠΎ IMG, Π»ΠΈΠ±ΠΎ SVG */}
{icon ? (

{
- console.log('β
ΠΠΊΠΎΠ½ΠΊΠ° ΡΡΠΏΠ΅ΡΠ½ΠΎ Π·Π°Π³ΡΡΠΆΠ΅Π½Π°:', icon);
- console.log('β
ΠΠ»Π΅ΠΌΠ΅Π½Ρ img:', e.currentTarget);
- }}
- onError={(e) => {
- console.log('β ΠΡΠΈΠ±ΠΊΠ° Π·Π°Π³ΡΡΠ·ΠΊΠΈ ΠΈΠΊΠΎΠ½ΠΊΠΈ:', icon);
- console.log('β ΠΠ»Π΅ΠΌΠ΅Π½Ρ img Ρ ΠΎΡΠΈΠ±ΠΊΠΎΠΉ:', e.currentTarget);
- }}
/>
) : (
- /* SVG-Π·Π²Π΅Π·Π΄Π° ΠΊΠ°ΠΊ fallback */
diff --git a/src/styles/globals.css b/src/styles/globals.css
index e3b66d6..afec0c3 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -379,21 +379,3 @@ button,
}
}
-/* Π‘ΡΠΈΠ»ΠΈ Π΄Π»Ρ Π½Π°Π²ΠΈΠ³Π°ΡΠΈΠΎΠ½Π½ΡΡ
ΠΈΠΊΠΎΠ½ΠΎΠΊ */
-.navigation-icon-img {
- display: block !important;
- position: absolute !important;
- top: 0 !important;
- left: 0 !important;
- z-index: 9999 !important;
- max-width: 21px !important;
- max-height: 20px !important;
- width: 21px !important;
- height: 20px !important;
- object-fit: contain !important;
- opacity: 1 !important;
- visibility: visible !important;
- border: 2px solid red !important; /* ΠΡΠ΅ΠΌΠ΅Π½Π½ΠΎ Π΄Π»Ρ ΠΎΡΠ»Π°Π΄ΠΊΠΈ */
- background-color: yellow !important; /* ΠΡΠ΅ΠΌΠ΅Π½Π½ΠΎ Π΄Π»Ρ ΠΎΡΠ»Π°Π΄ΠΊΠΈ */
- pointer-events: none !important; /* Π§ΡΠΎΠ±Ρ Π½Π΅ Π±Π»ΠΎΠΊΠΈΡΠΎΠ²Π°ΡΡ ΠΊΠ»ΠΈΠΊΠΈ */
-}
\ No newline at end of file