diff --git a/components/layout/DocsLayout.js b/components/layout/DocsLayout.js
index 16b0830d7541..25beabd34883 100644
--- a/components/layout/DocsLayout.js
+++ b/components/layout/DocsLayout.js
@@ -46,7 +46,7 @@ export default function DocsLayout({ post, navItems = {}, children }) {
{showMenu && (
setShowMenu(false)} post={post} navigation={navigation} />
)}
-
+
{/* */}
diff --git a/components/layout/GenericLayout.js b/components/layout/GenericLayout.js
index 7905d5cd83f2..40e909694303 100644
--- a/components/layout/GenericLayout.js
+++ b/components/layout/GenericLayout.js
@@ -26,7 +26,9 @@ export default function GenericLayout({
- {children}
+
+ {children}
+
>
)
diff --git a/components/navigation/NavBar.js b/components/navigation/NavBar.js
index ffa0c982d6c1..0811dc2de090 100644
--- a/components/navigation/NavBar.js
+++ b/components/navigation/NavBar.js
@@ -40,7 +40,7 @@ export default function NavBar({
}
function showOnClickMenu(menu) {
- if (!isMobile) return ;
+ if (!isMobile) return;
if (open === menu) return setOpen(null);
setOpen(menu);
}
@@ -52,7 +52,7 @@ export default function NavBar({
return (
-
+ Skip to main content
{!hideLogo && (
@@ -67,7 +67,7 @@ export default function NavBar({
)}
-
@@ -75,40 +75,40 @@ export default function NavBar({
-
+
);
}
diff --git a/public/img/social/blog.webp b/public/img/social/blog.webp
new file mode 100644
index 000000000000..896656d35ee4
Binary files /dev/null and b/public/img/social/blog.webp differ
diff --git a/public/img/social/job.webp b/public/img/social/job.webp
new file mode 100644
index 000000000000..1ac6cbeeac72
Binary files /dev/null and b/public/img/social/job.webp differ
+
{/* */}
diff --git a/components/layout/GenericLayout.js b/components/layout/GenericLayout.js
index 7905d5cd83f2..40e909694303 100644
--- a/components/layout/GenericLayout.js
+++ b/components/layout/GenericLayout.js
@@ -26,7 +26,9 @@ export default function GenericLayout({
- {children}
+
>
)
diff --git a/components/navigation/NavBar.js b/components/navigation/NavBar.js
index ffa0c982d6c1..0811dc2de090 100644
--- a/components/navigation/NavBar.js
+++ b/components/navigation/NavBar.js
@@ -40,7 +40,7 @@ export default function NavBar({
}
function showOnClickMenu(menu) {
- if (!isMobile) return ;
+ if (!isMobile) return;
if (open === menu) return setOpen(null);
setOpen(menu);
}
@@ -52,7 +52,7 @@ export default function NavBar({
return (
+ {children}
+
-
+ Skip to main content
{!hideLogo && (
+
);
}
diff --git a/public/img/social/blog.webp b/public/img/social/blog.webp
new file mode 100644
index 000000000000..896656d35ee4
Binary files /dev/null and b/public/img/social/blog.webp differ
diff --git a/public/img/social/job.webp b/public/img/social/job.webp
new file mode 100644
index 000000000000..1ac6cbeeac72
Binary files /dev/null and b/public/img/social/job.webp differ
@@ -67,7 +67,7 @@ export default function NavBar({
)}
-
-
@@ -75,40 +75,40 @@ export default function NavBar({