- John, by the grace of God, King of England, Lord of Ireland...
+ John, by the grace of God, King of England, Lord of Ireland…
No free man shall be seized, imprisoned, dispossessed, outlawed,
exiled, or destroyed, except by the lawful judgment of his peers.
diff --git a/packages/ui/src/components/primary-source-viewer/primary-source-viewer.visual.tsx b/packages/ui/src/components/primary-source-viewer/primary-source-viewer.visual.tsx
index 93f08e1a..d5820d76 100644
--- a/packages/ui/src/components/primary-source-viewer/primary-source-viewer.visual.tsx
+++ b/packages/ui/src/components/primary-source-viewer/primary-source-viewer.visual.tsx
@@ -49,7 +49,7 @@ test.describe("PrimarySourceViewer Visual", () => {
/>
- John, by the grace of God, King of England...
+ John, by the grace of God, King of England…
diff --git a/packages/ui/src/components/social-fab/social-fab.tsx b/packages/ui/src/components/social-fab/social-fab.tsx
index a75382a4..88d43667 100644
--- a/packages/ui/src/components/social-fab/social-fab.tsx
+++ b/packages/ui/src/components/social-fab/social-fab.tsx
@@ -48,7 +48,7 @@ function ShareMenu({
platforms: SharePlatformConfig[];
}) {
return (
-
+
{platforms.map((p) => {
const handleClick = () => {
onPlatformSelect(p.key);
@@ -101,7 +101,7 @@ function ActionPanel({
const handleShareMouseLeave = isMobile ? undefined : onShareLeave;
return (
-
+
{shareAction ? (
);
}
diff --git a/packages/ui/src/components/stat-card/stat-card.tsx b/packages/ui/src/components/stat-card/stat-card.tsx
index 6a5be573..5a4a2c16 100644
--- a/packages/ui/src/components/stat-card/stat-card.tsx
+++ b/packages/ui/src/components/stat-card/stat-card.tsx
@@ -97,7 +97,7 @@ const StatCard = React.forwardRef
(
{...props}
>
-
+
{label}
diff --git a/packages/ui/src/components/theme-toggle/theme-toggle.tsx b/packages/ui/src/components/theme-toggle/theme-toggle.tsx
index 42f1b546..b519ab99 100644
--- a/packages/ui/src/components/theme-toggle/theme-toggle.tsx
+++ b/packages/ui/src/components/theme-toggle/theme-toggle.tsx
@@ -39,7 +39,7 @@ function ThemeButton({
return (
{isExpanded ? (
{thinking}
diff --git a/packages/ui/src/components/tutorial-complete/tutorial-complete.tsx b/packages/ui/src/components/tutorial-complete/tutorial-complete.tsx
index aacbfb09..be3d54fa 100644
--- a/packages/ui/src/components/tutorial-complete/tutorial-complete.tsx
+++ b/packages/ui/src/components/tutorial-complete/tutorial-complete.tsx
@@ -211,7 +211,7 @@ function TutorialCompleteImpl({
{/* Back Link */}
← {labels.backToTutorials}
diff --git a/packages/ui/src/components/tutorial-intro-content/tutorial-intro-content.tsx b/packages/ui/src/components/tutorial-intro-content/tutorial-intro-content.tsx
index 30fdd42b..2d8207de 100644
--- a/packages/ui/src/components/tutorial-intro-content/tutorial-intro-content.tsx
+++ b/packages/ui/src/components/tutorial-intro-content/tutorial-intro-content.tsx
@@ -32,7 +32,7 @@ const serverMarkdownComponents = {
children?: React.ReactNode;
}) => (
{children}
diff --git a/packages/ui/src/components/tutorial-mdx/tutorial-mdx.tsx b/packages/ui/src/components/tutorial-mdx/tutorial-mdx.tsx
index 32d1b7e7..c7f0f316 100644
--- a/packages/ui/src/components/tutorial-mdx/tutorial-mdx.tsx
+++ b/packages/ui/src/components/tutorial-mdx/tutorial-mdx.tsx
@@ -105,7 +105,7 @@ const markdownComponents: Components = {
),
blockquote: ({ children, ...props }) => (
{children}