From a8d22a92e28b6632e15b07ccd76e1d8556531765 Mon Sep 17 00:00:00 2001
From: Dimitri POSTOLOV
Date: Thu, 28 Mar 2024 18:16:07 +0100
Subject: [PATCH] add powered by nextra link
---
theme.config.tsx | 54 ++++++++++++++++++++++++++++--------------------
1 file changed, 32 insertions(+), 22 deletions(-)
diff --git a/theme.config.tsx b/theme.config.tsx
index db135fc3fe..be60aad8ae 100644
--- a/theme.config.tsx
+++ b/theme.config.tsx
@@ -115,28 +115,38 @@ function Footer() {
https://lfprojects.org
-
- {[
- { url: "https://github.com/graphql", icon: GitHubIcon },
- { url: "https://discord.graphql.org", icon: DiscordIcon },
- { url: "https://twitter.com/graphql", icon: TwitterIcon },
- {
- url: "http://stackoverflow.com/questions/tagged/graphql",
- icon: StackOverflowIcon,
- },
- ].map(({ url, icon: Icon }) => (
- -
-
-
-
-
- ))}
-
+
+
+ {[
+ { url: "https://github.com/graphql", icon: GitHubIcon },
+ { url: "https://discord.graphql.org", icon: DiscordIcon },
+ { url: "https://twitter.com/graphql", icon: TwitterIcon },
+ {
+ url: "http://stackoverflow.com/questions/tagged/graphql",
+ icon: StackOverflowIcon,
+ },
+ ].map(({ url, icon: Icon }) => (
+ -
+
+
+
+
+ ))}
+
+
+ Powered by Nextra
+
+
)