diff --git a/packages/starlight/components/LastUpdated.astro b/packages/starlight/components/LastUpdated.astro index 534da826b7f..278057e905b 100644 --- a/packages/starlight/components/LastUpdated.astro +++ b/packages/starlight/components/LastUpdated.astro @@ -28,7 +28,7 @@ try { { date && (
- {t('page.lastUpdated')}
+ {t('page.lastUpdated')}{' '}
diff --git a/packages/starlight/components/SidebarSublist.astro b/packages/starlight/components/SidebarSublist.astro
index fe731ff79d0..c1049febb6c 100644
--- a/packages/starlight/components/SidebarSublist.astro
+++ b/packages/starlight/components/SidebarSublist.astro
@@ -21,10 +21,13 @@ interface Props {
>
{entry.label}
{entry.badge && (
-