Skip to content

Commit

Permalink
update landing + footer
Browse files Browse the repository at this point in the history
  • Loading branch information
notunderctrl committed Nov 25, 2023
1 parent 57acbf8 commit 8864969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions apps/docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Home() {
<Image
src="/logo.png"
alt="CommandKit Logo"
className="md:w-[360px] mb-10 md:mb-0"
className="md:w-[230px] lg:w-[280px] mb-10 md:mb-0"
width={200}
height={200}
/>
Expand All @@ -45,11 +45,11 @@ export default function Home() {
</span>{' '}
handle it for you!
</p>
<p className="font-semibold lg:text-xl text-gray-300">
<p className="font-semibold lg:text-xl">
A Discord.js handler for commands and events.
</p>

<div className="flex items-center justify-center gap-3 mt-10 md:justify-start">
<div className="flex items-center justify-center gap-3 mt-10 md:justify-start text-neutral-100">
<Link href='/docs/installation' className="font-semibold bg-[#b079fc] py-2 px-4 rounded-full">Documentation</Link>
<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>
<Link href='https://npmjs.com/package/commandkit' className="font-semibold bg-[#fc7993] py-2 px-4 rounded-full">npm</Link>
Expand Down
4 changes: 1 addition & 3 deletions apps/docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { DocsThemeConfig } from 'nextra-theme-docs';
import { useConfig } from 'nextra-theme-docs';
import { useRouter } from 'next/router';
import Image from 'next/image';
import { MetaHTMLAttributes } from 'react';

const config: DocsThemeConfig = {
logo: (
Expand Down Expand Up @@ -71,9 +70,8 @@ const config: DocsThemeConfig = {
<span>
MIT {new Date().getFullYear()} ©{' '}
<a href="https://github.com/underctrl-io/commandkit" target="_blank">
CommandKit
Under Ctrl
</a>
.
</span>
),
},
Expand Down

0 comments on commit 8864969

Please sign in to comment.