Skip to content

Commit

Permalink
Update h4 to span element
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Aug 25, 2024
1 parent 3262cde commit 4aec2f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/swap/components/SwapSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export function SwapSettings({
data-testid="ockSwapSettings_Settings"
>
<div className="flex items-center space-x-1">
<h4 className="font-medium text-base">{text}</h4>
<button
<span className="font-medium text-base">{text}</span>
<button
type="button"
aria-label="Toggle swap settings"
className="rounded-full p-2 opacity-50 transition-opacity hover:opacity-100"
Expand Down

0 comments on commit 4aec2f9

Please sign in to comment.