Skip to content

Commit

Permalink
rename HelpCards to HelpCard
Browse files Browse the repository at this point in the history
  • Loading branch information
irfankhan10 committed Oct 4, 2024
1 parent 8bf00b7 commit 5e55bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/custom/docs/components/helpcard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { LucideIcon } from "lucide-react"
import { CardHeader, CardDescription } from "src"


export const HelpCards = (props: {
export const HelpCard = (props: {
columns: {
title: string;
icon_description: string;
Expand Down
2 changes: 1 addition & 1 deletion src/custom/docs/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export {Footer as DocsFooter } from './components/footer'
export { NavBar as DocsNavBar } from './components/navmenu/index'
export { TripleCard as DocsTripleCard } from './components/triplecard'
export { HelpCards } from './components/helpcard'
export { HelpCard } from './components/helpcard'
export * from './components/header'
export * from './components/page'

0 comments on commit 5e55bee

Please sign in to comment.