Skip to content

Commit 8864969

Browse files
committed
update landing + footer
1 parent 57acbf8 commit 8864969

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

apps/docs/pages/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default function Home() {
3232
<Image
3333
src="/logo.png"
3434
alt="CommandKit Logo"
35-
className="md:w-[360px] mb-10 md:mb-0"
35+
className="md:w-[230px] lg:w-[280px] mb-10 md:mb-0"
3636
width={200}
3737
height={200}
3838
/>
@@ -45,11 +45,11 @@ export default function Home() {
4545
</span>{' '}
4646
handle it for you!
4747
</p>
48-
<p className="font-semibold lg:text-xl text-gray-300">
48+
<p className="font-semibold lg:text-xl">
4949
A Discord.js handler for commands and events.
5050
</p>
5151

52-
<div className="flex items-center justify-center gap-3 mt-10 md:justify-start">
52+
<div className="flex items-center justify-center gap-3 mt-10 md:justify-start text-neutral-100">
5353
<Link href='/docs/installation' className="font-semibold bg-[#b079fc] py-2 px-4 rounded-full">Documentation</Link>
5454
<Link href='https://github.com/underctrl-io/commandkit' className="font-semibold bg-blue-500 py-2 px-4 rounded-full" target="_blank" rel="noopener noreferrer">GitHub</Link>
5555
<Link href='https://npmjs.com/package/commandkit' className="font-semibold bg-[#fc7993] py-2 px-4 rounded-full">npm</Link>

apps/docs/theme.config.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type { DocsThemeConfig } from 'nextra-theme-docs';
22
import { useConfig } from 'nextra-theme-docs';
33
import { useRouter } from 'next/router';
44
import Image from 'next/image';
5-
import { MetaHTMLAttributes } from 'react';
65

76
const config: DocsThemeConfig = {
87
logo: (
@@ -71,9 +70,8 @@ const config: DocsThemeConfig = {
7170
<span>
7271
MIT {new Date().getFullYear()} ©{' '}
7372
<a href="https://github.com/underctrl-io/commandkit" target="_blank">
74-
CommandKit
73+
Under Ctrl
7574
</a>
76-
.
7775
</span>
7876
),
7977
},

0 commit comments

Comments
 (0)