Skip to content

Commit

Permalink
chore(ui): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious authored and hipsterusername committed Jan 3, 2024
1 parent 31035b3 commit 21975d6
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ const HotkeyListItem = (props: HotkeysModalProps) => {
</>
))}
{index !== hotkeys.length - 1 && (
<InvText as="span" px={2} variant='subtext' fontWeight="semibold">
<InvText
as="span"
px={2}
variant="subtext"
fontWeight="semibold"
>
or
</InvText>
)}
Expand Down

0 comments on commit 21975d6

Please sign in to comment.