diff --git a/src/components/Layout/HomeContent.js b/src/components/Layout/HomeContent.js index f9b785db420..f27b7bfa548 100644 --- a/src/components/Layout/HomeContent.js +++ b/src/components/Layout/HomeContent.js @@ -297,9 +297,9 @@ export function HomeContent() {
-

+

Stay true to the web -

+

People expect web app pages to load fast. On the server, React lets you start streaming HTML while you’re still @@ -383,9 +383,9 @@ export function HomeContent() {

-

+

Go truly native -

+

People expect native apps to look and feel like their platform.{' '} @@ -1114,9 +1114,9 @@ function SearchableVideoList({ videos }) { noPadding={true} contentMarginTop="72px" height="30rem"> -

+

React Videos -

+

A brief history of React

@@ -1315,7 +1315,7 @@ function BrowserChrome({children, hasPulse, hasRefresh, domain, path}) { /> - + {domain} {path != null && '/'} diff --git a/src/components/Layout/TopNav/TopNav.tsx b/src/components/Layout/TopNav/TopNav.tsx index efc90ed2c76..e32c28f5a68 100644 --- a/src/components/Layout/TopNav/TopNav.tsx +++ b/src/components/Layout/TopNav/TopNav.tsx @@ -303,7 +303,7 @@ export default function TopNav({
+ className=" flex py-2 flex-column justify-center items-center text-gray-50 dark:text-gray-10 hover:text-link hover:dark:text-link-dark hover:underline text-sm ms-1 cursor-pointer"> v{siteConfig.version}
@@ -312,10 +312,10 @@ export default function TopNav({