diff --git a/playwright/snapshots/right-panel/right-panel.spec.ts/with-leave-room-linux.png b/playwright/snapshots/right-panel/right-panel.spec.ts/with-leave-room-linux.png index 63a49dc7512..931e9f94913 100644 Binary files a/playwright/snapshots/right-panel/right-panel.spec.ts/with-leave-room-linux.png and b/playwright/snapshots/right-panel/right-panel.spec.ts/with-leave-room-linux.png differ diff --git a/src/components/views/right_panel/RoomSummaryCard.tsx b/src/components/views/right_panel/RoomSummaryCard.tsx index 195a8e6ffe9..e3c3cedcef5 100644 --- a/src/components/views/right_panel/RoomSummaryCard.tsx +++ b/src/components/views/right_panel/RoomSummaryCard.tsx @@ -35,7 +35,8 @@ import PinIcon from "@vector-im/compound-design-tokens/assets/web/icons/pin"; import LockIcon from "@vector-im/compound-design-tokens/assets/web/icons/lock-solid"; import LockOffIcon from "@vector-im/compound-design-tokens/assets/web/icons/lock-off"; import PublicIcon from "@vector-im/compound-design-tokens/assets/web/icons/public"; -import ErrorIcon from "@vector-im/compound-design-tokens/assets/web/icons/error-solid"; +import ErrorIcon from "@vector-im/compound-design-tokens/assets/web/icons/error"; +import ErrorSolidIcon from "@vector-im/compound-design-tokens/assets/web/icons/error-solid"; import ChevronDownIcon from "@vector-im/compound-design-tokens/assets/web/icons/chevron-down"; import { EventType, JoinRule, type Room, RoomStateEvent } from "matrix-js-sdk/src/matrix"; @@ -326,7 +327,7 @@ const RoomSummaryCard: React.FC = ({ {e2eStatus === E2EStatus.Warning && ( - + {_t("common|not_trusted")} )} diff --git a/test/unit-tests/components/views/right_panel/__snapshots__/RoomSummaryCard-test.tsx.snap b/test/unit-tests/components/views/right_panel/__snapshots__/RoomSummaryCard-test.tsx.snap index a28c365be16..0d12e7deaa8 100644 --- a/test/unit-tests/components/views/right_panel/__snapshots__/RoomSummaryCard-test.tsx.snap +++ b/test/unit-tests/components/views/right_panel/__snapshots__/RoomSummaryCard-test.tsx.snap @@ -667,7 +667,7 @@ exports[` has button to edit topic 1`] = ` xmlns="http://www.w3.org/2000/svg" > renders the room summary 1`] = ` xmlns="http://www.w3.org/2000/svg" > renders the room topic in the summary 1`] = ` xmlns="http://www.w3.org/2000/svg" >