Skip to content

Commit

Permalink
docs: fix sponsor variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbarion committed Feb 16, 2024
1 parent 50093bc commit 381f6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/BannerSponsor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const BannerSponsor = ({ sponsorKey, tier }: BannerSponsorProps) => {
event: `click_sponsor_banner`,
place: 'sidebar',
sponsorKey,
sponserTitle: sponsor.title,
sponsorTitle: sponsor.title,
})
}

Expand Down

0 comments on commit 381f6e2

Please sign in to comment.