mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore(ui): lint
This commit is contained in:
parent
31035b3e63
commit
21975d6268
@ -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>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user