docs: redesign help button (#8610)

Redesign help button

Closes DOCS-817
This commit is contained in:
Shahed Nasser
2024-08-16 06:40:05 +00:00
committed by GitHub
parent 0cc2a62b9b
commit 9bdcdc76a8
11 changed files with 109 additions and 152 deletions
+1 -7
View File
@@ -1,8 +1,7 @@
import React from "react"
import { Badge, HelpButton } from "@/components"
import { Badge } from "@/components"
import { OptionType } from "@/hooks"
import { NavigationDropdownItem, SidebarItem } from "types"
import { NotificationItemType } from "@/providers"
import { NavigationDropdownDocIcon } from "./components/Icons/NavigationDropdown/Doc"
import { NavigationDropdownStoreIcon } from "./components/Icons/NavigationDropdown/Store"
import { NavigationDropdownAdminIcon } from "./components/Icons/NavigationDropdown/Admin"
@@ -233,8 +232,3 @@ export const searchFiltersV1: OptionType[] = [
label: "UI",
},
]
export const helpButtonNotification: NotificationItemType = {
layout: "empty",
children: <HelpButton />,
}