fix: changelog redirection

This commit is contained in:
sriram veeraghanta 2024-11-29 18:13:29 +05:30
parent 2c69538617
commit 7725b200f7

View file

@ -135,13 +135,14 @@ export const SidebarHelpSection: React.FC<WorkspaceHelpSectionProps> = observer(
</button>
</CustomMenu.MenuItem>
<CustomMenu.MenuItem>
<button
<a
target="_blank"
type="button"
onClick={() => setIsChangeLogOpen(true)}
href="https://plane.so/changelog/community"
className="flex w-full items-center justify-start text-xs hover:bg-custom-background-80"
>
<span className="text-xs">What&apos;s new</span>
</button>
</a>
</CustomMenu.MenuItem>
<CustomMenu.MenuItem>
<a