mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
parent
23d7236d9c
commit
eacc68ba61
2 changed files with 8 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ import {
|
|||
LogOutIcon,
|
||||
PlusIcon,
|
||||
SettingsIcon,
|
||||
AlertTriangleIcon,
|
||||
} from '@/components/v2/icon';
|
||||
import { CreateOrganizationModal } from '@/components/v2/modals';
|
||||
import { MeDocument, OrganizationsDocument, OrganizationsQuery, OrganizationType } from '@/graphql';
|
||||
|
|
@ -141,6 +142,12 @@ export const Header = (): ReactElement => {
|
|||
Documentation
|
||||
</a>
|
||||
</DropdownMenu.Item>
|
||||
<DropdownMenu.Item asChild>
|
||||
<a href="https://status.graphql-hive.com" target="_blank" rel="noreferrer">
|
||||
<AlertTriangleIcon />
|
||||
Status page
|
||||
</a>
|
||||
</DropdownMenu.Item>
|
||||
{/* TODO: Light mode will be available after releasing */}
|
||||
{/*<DropdownMenu.Item>*/}
|
||||
{/* <SunIcon />*/}
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ export default {
|
|||
prevLinks: true,
|
||||
search: true,
|
||||
unstable_flexsearch: true,
|
||||
floatTOC: true,
|
||||
customSearch: null,
|
||||
darkMode: true,
|
||||
footer: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue