Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Oct 4, 2024
1 parent 1ebc622 commit d2ce9cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
4 changes: 2 additions & 2 deletions docs/pages/_meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export default {
type: 'page',
title: 'Documentation'
},
version: {
versions: {
type: 'menu',
title: 'Version',
title: 'Versions',
items: {
2: {
title: 'Nextra v2 Docs ↗',
Expand Down
34 changes: 14 additions & 20 deletions docs/pages/sponsors.mdx
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
import { Button, Cards } from 'nextra/components'
import { Card } from './showcase.mdx'

<h1 className="mb-4 mt-10 text-center text-[2.5rem] font-bold tracking-tight">
{'Sponsors'}
</h1>

<p className="text-center text-lg text-gray-500 dark:text-gray-400">
{'Your sponsorship means a lot to open source projects, including Nextra'}
</p>

<Button
className="mx-auto mb-16 mt-6 block w-fit px-6 hover:!no-underline"
variant="outline"
href="https://github.com/sponsors/dimaMachina"
as="a"
target="_blank"
rel="noreferrer"
>
{'Support Nextra'}
</Button>

{/* <h2 className="text-center">Organization Sponsors</h2> */}
<div className="mb-16 mt-10 text-center">
# Sponsors
<br />
<Button
className="!px-6 hover:!no-underline"
variant="outline"
href="https://github.com/sponsors/dimaMachina"
as="a"
target="_blank"
rel="noreferrer"
>
{'Become a Sponsor'}
</Button>
</div>

<Cards num={2} className="hover:[&_a]:!no-underline">
<Card
Expand Down

0 comments on commit d2ce9cc

Please sign in to comment.