chore: moving star us button to the top navigation (#8289)

This commit is contained in:
sriram veeraghanta 2025-12-10 15:11:45 +05:30 committed by GitHub
parent 7124e8e7ce
commit 20510bb2dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -9,8 +9,6 @@ import { Breadcrumbs, Header } from "@plane/ui";
import { BreadcrumbLink } from "@/components/common/breadcrumb-link";
// hooks
import { useHome } from "@/hooks/store/use-home";
// local imports
import { StarUsOnGitHubLink } from "./star-us-link";
export const WorkspaceDashboardHeader = observer(function WorkspaceDashboardHeader() {
// plane hooks
@ -45,7 +43,6 @@ export const WorkspaceDashboardHeader = observer(function WorkspaceDashboardHead
<Shapes size={16} />
<div className="hidden text-xs font-medium sm:hidden md:block">{t("home.manage_widgets")}</div>
</Button>
<StarUsOnGitHubLink />
</Header.RightItem>
</Header>
</>