diff --git a/docs/site/app/(no-sidebar)/blog/[...slug]/page.tsx b/docs/site/app/(no-sidebar)/blog/[...slug]/page.tsx
index 8fa17be59b5ec..929374caba9e9 100644
--- a/docs/site/app/(no-sidebar)/blog/[...slug]/page.tsx
+++ b/docs/site/app/(no-sidebar)/blog/[...slug]/page.tsx
@@ -52,7 +52,7 @@ export default async function Page(props: {
+
The latest updates and releases from the Turborepo team at Vercel.
{posts.map((post) => { diff --git a/docs/site/app/(no-sidebar)/blog/page.tsx b/docs/site/app/(no-sidebar)/blog/page.tsx index 09c66ff992532..b6c31fada795c 100644 --- a/docs/site/app/(no-sidebar)/blog/page.tsx +++ b/docs/site/app/(no-sidebar)/blog/page.tsx @@ -37,7 +37,7 @@ function Page(): JSX.Element {+
The latest updates and releases from the Turborepo team at Vercel.
+
Who is using Turborepo?
diff --git a/docs/site/components/blog/date.tsx b/docs/site/components/blog/date.tsx index 9fb88584b2fb4..d364a1b50446f 100644 --- a/docs/site/components/blog/date.tsx +++ b/docs/site/components/blog/date.tsx @@ -9,7 +9,7 @@ export function Date({ update?: string; }): JSX.Element { return ( -