Skip to content

Commit 21ef786

Browse files
authored
add integration name (#1814)
* add integration name * update codespell
1 parent f42301b commit 21ef786

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[codespell]
22
skip = *.csv, *.json
3-
ignore-words-list = selectin
3+
ignore-words-list = selectin,ehr

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+
formatted_integration_name,
190+
class_name="sr-only",
191+
),
188192
class_name="z-[1]",
189193
)
190194

0 commit comments

Comments
 (0)