Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi committed Nov 13, 2024
1 parent 5c5c179 commit b79bbc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function GasPriceDropdown() {

return (
<div className="group relative hidden md:block">
<div className="flex flex cursor-pointer items-center gap-2 rounded-xl bg-black px-4 py-3 transition-all group-hover:bg-[#333]">
<div className="flex flex-row cursor-pointer items-center gap-2 rounded-xl bg-black px-4 py-3 transition-all group-hover:bg-[#333]">
<span className="animate-pulse text-palette-positive">
<Icon name="blueCircle" color="currentColor" height="0.75rem" width="0.75rem" />
</span>
Expand Down

0 comments on commit b79bbc4

Please sign in to comment.