Skip to content

Commit

Permalink
fix(build): failing due to typescript error
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 committed Aug 19, 2024
1 parent 448e027 commit f066cab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/sections/home/past-patrons/past-patrons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export function PastPatrons() {
/>
<LogoSection
title="Gold"
titleColor="text-accent"
titleColor="text-tertiary"
logos={patronsData.gold}
gradientClass="from-accent via-secondary to-black"
/>
Expand Down
4 changes: 2 additions & 2 deletions src/components/twilight/sparkles-text/sparkles-text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ interface SparklesTextProps {

/**
* @required
* @type string
* @type string | React.ReactNode
* @description
* The text to be displayed
*/
text: string
text: string | React.ReactNode

/**
* @default 10
Expand Down

0 comments on commit f066cab

Please sign in to comment.