diff --git a/.codespellrc b/.codespellrc index 03230466e..aac4a88f2 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,3 +1,3 @@ [codespell] skip = *.csv, *.json -ignore-words-list = selectin \ No newline at end of file +ignore-words-list = selectin,ehr \ No newline at end of file diff --git a/pcweb/pages/templates/template_details/views/sidebar.py b/pcweb/pages/templates/template_details/views/sidebar.py index 3131a7fc7..4d0ba66f1 100644 --- a/pcweb/pages/templates/template_details/views/sidebar.py +++ b/pcweb/pages/templates/template_details/views/sidebar.py @@ -185,6 +185,10 @@ def integrations_circle(integration_name: str) -> rx.Component: side="bottom", content=integration_name, ), + rx.el.span( + formatted_integration_name, + class_name="sr-only", + ), class_name="z-[1]", )