Skip to content

Commit

Permalink
fix: the url of the hero and donation button to it
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Oct 21, 2023
1 parent 3330471 commit 9003b63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/docs/src/component/pages/home/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
Switch,
Alert,
} from '@pillar-ui/core'
import { Github, Booking, Discord, Linkdin, Youtube } from '@pillar-ui/icons'
import { Github, Booking, Discord, Linkdin, Youtube, Dollar } from '@pillar-ui/icons'
import { ACCESSIBILITY, COMING_SUPPORT, SIMPLE_DEVELOPMENT, SUPPORTED } from './home.data'
import Link from 'next/link'
import React, { CSSProperties, useState } from 'react'
Expand Down Expand Up @@ -60,12 +60,12 @@ function HeroSection() {
</div>

<Flex gap="sm">
<Button as={Link} href="/docs/components/accordion" icon={<Booking />}>
<Button as={Link} href="/docs/getting-started/cra" icon={<Booking />}>
Get Started
</Button>

<Button color="surface" variant="outline" as={Link} href="/docs/get-started/accordion" icon={<Booking />}>
Generate Theme
<Button color="surface" variant="outline" icon={<Dollar />}>
Donation
</Button>
</Flex>

Expand Down

0 comments on commit 9003b63

Please sign in to comment.