Update ui_manager.py
Browse files- ui_manager.py +2 -3
ui_manager.py
CHANGED
|
@@ -68,7 +68,7 @@ class UIManager:
|
|
| 68 |
color: white; text-decoration: none; border-radius: 8px; font-size: 0.9rem; font-weight: 500;
|
| 69 |
transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(36, 41, 46, 0.2);">
|
| 70 |
<span style="margin-right: 8px;">⭐</span>
|
| 71 |
-
|
| 72 |
<span style="margin-left: 8px;">→</span>
|
| 73 |
</a>
|
| 74 |
</div>
|
|
@@ -569,5 +569,4 @@ class UIManager:
|
|
| 569 |
feather_radius=int(feather_radius)
|
| 570 |
)
|
| 571 |
|
| 572 |
-
return result
|
| 573 |
-
|
|
|
|
| 68 |
color: white; text-decoration: none; border-radius: 8px; font-size: 0.9rem; font-weight: 500;
|
| 69 |
transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(36, 41, 46, 0.2);">
|
| 70 |
<span style="margin-right: 8px;">⭐</span>
|
| 71 |
+
Explore the technical docs on GitHub
|
| 72 |
<span style="margin-left: 8px;">→</span>
|
| 73 |
</a>
|
| 74 |
</div>
|
|
|
|
| 569 |
feather_radius=int(feather_radius)
|
| 570 |
)
|
| 571 |
|
| 572 |
+
return result
|
|
|