diff --git a/src/sidebar/__snapshots__/SidebarBody.test.tsx.snap b/src/sidebar/__snapshots__/SidebarBody.test.tsx.snap index 66334f0a46..95396be803 100644 --- a/src/sidebar/__snapshots__/SidebarBody.test.tsx.snap +++ b/src/sidebar/__snapshots__/SidebarBody.test.tsx.snap @@ -198,6 +198,16 @@ exports[`SidebarBody it renders error when URL is restricted 1`] = ` To open the PixieBrix Sidebar, navigate to a website and then click the PixieBrix toolbar icon again.
+
+ Looking for the Extension Console? + + Open the Extension Console + +
diff --git a/src/tinyPages/RestrictedUrlPopupApp.tsx b/src/tinyPages/RestrictedUrlPopupApp.tsx index 691a0804a9..93f678e362 100644 --- a/src/tinyPages/RestrictedUrlPopupApp.tsx +++ b/src/tinyPages/RestrictedUrlPopupApp.tsx @@ -61,9 +61,7 @@ const RestrictedUrlContent: React.FC = ({ children }) => (
Looking for the Page Editor?{" "} View the Developer Welcome Page