mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Adds missing tooltips to site header
This commit is contained in:
parent
fb02666856
commit
8fd9ea2193
@ -44,13 +44,15 @@ const SiteHeader = () => {
|
||||
<StatusIndicator />
|
||||
|
||||
<HotkeysModal>
|
||||
<IconButton
|
||||
aria-label="Hotkeys"
|
||||
variant="link"
|
||||
fontSize={24}
|
||||
size={'sm'}
|
||||
icon={<MdKeyboard />}
|
||||
/>
|
||||
<Tooltip hasArrow label="Hotkeys" placement={'bottom'}>
|
||||
<IconButton
|
||||
aria-label="Hotkeys"
|
||||
variant="link"
|
||||
fontSize={24}
|
||||
size={'sm'}
|
||||
icon={<MdKeyboard />}
|
||||
/>
|
||||
</Tooltip>
|
||||
</HotkeysModal>
|
||||
|
||||
<Tooltip hasArrow label="Theme" placement={'bottom'}>
|
||||
@ -110,13 +112,15 @@ const SiteHeader = () => {
|
||||
</Tooltip>
|
||||
|
||||
<SettingsModal>
|
||||
<IconButton
|
||||
aria-label="Settings"
|
||||
variant="link"
|
||||
fontSize={24}
|
||||
size={'sm'}
|
||||
icon={<MdSettings />}
|
||||
/>
|
||||
<Tooltip label="Settings">
|
||||
<IconButton
|
||||
aria-label="Settings"
|
||||
variant="link"
|
||||
fontSize={24}
|
||||
size={'sm'}
|
||||
icon={<MdSettings />}
|
||||
/>
|
||||
</Tooltip>
|
||||
</SettingsModal>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user