Skip to content

Commit

Permalink
Replaced var with let - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulharpal1603 authored Jul 23, 2024
1 parent 2bad04f commit 9db6838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/HomepageSponsored/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const SponsorList: SponsorItem[] = [
]

function Feature({ title, Svg, link }: FeatureItem) {
var classVar = styles.featureSvg;
let classVar = styles.featureSvg;
if(Svg === require('@site/static/img/Algolia-logo.svg').default)
{
classVar = styles.featureSvg +" "+ styles.AlgoliaLogo;
Expand Down

0 comments on commit 9db6838

Please sign in to comment.