diff --git a/beta/src/components/Layout/HomeContent.js b/beta/src/components/Layout/HomeContent.js index a89c684da..077d049d0 100644 --- a/beta/src/components/Layout/HomeContent.js +++ b/beta/src/components/Layout/HomeContent.js @@ -385,7 +385,7 @@ function Example2() { return (
-
+

@@ -616,7 +616,7 @@ function BrowserChrome({children, setPostPromise, setCommentsPromise}) { return (
-
+
@@ -649,7 +649,7 @@ function PostPage({post, postPromise, commentsPromise}) { function CommentsSkeleton() { return ( -
+
diff --git a/beta/src/components/Layout/TopNav/TopNav.tsx b/beta/src/components/Layout/TopNav/TopNav.tsx index 3a6bcb02a..3cf1688b2 100644 --- a/beta/src/components/Layout/TopNav/TopNav.tsx +++ b/beta/src/components/Layout/TopNav/TopNav.tsx @@ -33,14 +33,18 @@ const feedbackIcon = ( fill="none" xmlns="http://www.w3.org/2000/svg"> @@ -50,13 +54,15 @@ const feedbackIcon = ( const darkIcon = ( - + width="28" + height="28" + viewBox="0 0 32 32"> + @@ -68,15 +74,17 @@ const darkIcon = ( const lightIcon = ( - + width="32" + height="32" + viewBox="0 0 32 32"> +
- + React - -
+
-
-
- Learn -
-
- Reference -
-
- Community -
-
- Blog -
-
-
-
-
- -
-
- -
- { - clearTimeout(feedbackAutohideRef.current); - feedbackAutohideRef.current = setTimeout(() => { - setShowFeedback(false); - }, 1000); - }} - /> +
+
+
+ Learn +
+
+ Reference +
+
+ Community +
+
+ Blog
-
- -
-
- -
-
- +
+
+
+ +
+
+ +
+ { + clearTimeout(feedbackAutohideRef.current); + feedbackAutohideRef.current = setTimeout(() => { + setShowFeedback(false); + }, 1000); + }} + /> +
+
+
+ +
+
+ +
+
+ +
diff --git a/beta/src/components/Search.tsx b/beta/src/components/Search.tsx index ec6afb47a..1515a2a4e 100644 --- a/beta/src/components/Search.tsx +++ b/beta/src/components/Search.tsx @@ -154,14 +154,14 @@ export function Search({ type="button" className="inline-flex md:hidden items-center text-lg p-1 ml-4 lg:ml-6" onClick={onOpen}> - + )}