File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import type { DocsThemeConfig } from 'nextra-theme-docs';
22import { useConfig } from 'nextra-theme-docs' ;
33import { useRouter } from 'next/router' ;
44import Image from 'next/image' ;
5- import { MetaHTMLAttributes } from 'react' ;
65
76const 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 } ,
You can’t perform that action at this time.
0 commit comments