Skip to content

Commit

Permalink
Hotfix: Un-block further builds (betaflight#205)
Browse files Browse the repository at this point in the history
* Style: Remove unnecessary blurs for performance

* Style: Hover effects, more color presence

* Style: Add icons to wiki index

* Style: Light mode, fix hover effects

* Style: Remove icons from wiki index

* Fix: Code smell

* Fix: Logo colors & theme switch implementation

* Fix: No logs in prod

* Fix: Add back prop preventing build
  • Loading branch information
VitroidFPV authored Jul 19, 2023
1 parent 00cecd5 commit bedaa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HomepageFeature/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type Props = {
blur?: boolean
}

export default function HomepageFeature({ title = '<unset>', compact = false, className, children }: Props): JSX.Element {
export default function HomepageFeature({ title = '<unset>', compact = false, className, children, blur }: Props): JSX.Element {
return (
// <section className={className}>
// <h2 className="text-primary-500 text-3xl font-bold my-4 ml-1">{title}</h2>
Expand Down

0 comments on commit bedaa07

Please sign in to comment.