diff --git a/pages/discord.tsx b/pages/discord.tsx
index 328000d..d0fbc61 100644
--- a/pages/discord.tsx
+++ b/pages/discord.tsx
@@ -1,5 +1,4 @@
import type { GetStaticProps, NextPage } from 'next'
-import Link from 'next/link'
import { useRouter } from 'next/router'
@@ -8,20 +7,19 @@ import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
import { useTranslation } from 'next-i18next'
import Button from 'components/Button'
-const discord: NextPage = () => {
+const Discord: NextPage = () => {
const { t } = useTranslation(`discord`)
const { locale } = useRouter()
-
return (
<>
-
+
-
+
{
}
>
{t(`title1`)}
-
+
{t(`hero-p`)}
-
+
{t(`discord-invite`)}
@@ -59,7 +56,7 @@ const discord: NextPage = () => {
-
+
>
)
@@ -77,4 +74,4 @@ export const getStaticProps: GetStaticProps = async ({ locale }) => {
revalidate: 10,
}
}
-export default discord
+export default Discord
diff --git a/pages/index.tsx b/pages/index.tsx
index 11582e1..2ead768 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -45,29 +45,32 @@ const Home: NextPage = ({ contributors }) => {
{t(`hero-p`)}
-
{t(`survey-invite`)}