Skip to content

Commit

Permalink
tab index typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sanidhyy authored Jan 13, 2024
1 parent 907cabe commit 43456ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Banner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Banner = () => {
return (
<div
id="sticky-banner"
tabindex="-1"
tabIndex={-1}
className={`${
hide ? "hidden" : "block"
} absolute h-20 top-0 left-0 z-50 flex justify-between w-full p-4 bg-primary shadow-md opacity-[0.98]`}
Expand Down

0 comments on commit 43456ad

Please sign in to comment.