Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit 0604480

Browse files
committed
add integration name
1 parent f42301b commit 0604480

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • pcweb/pages/templates/template_details/views

pcweb/pages/templates/template_details/views/sidebar.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ def integrations_circle(integration_name: str) -> rx.Component:
185185
side="bottom",
186186
content=integration_name,
187187
),
188+
rx.el.span(
189+
integration_name,
190+
class_name="sr-only",
191+
),
188192
class_name="z-[1]",
189193
)
190194

0 commit comments

Comments
 (0)