fix: changelog redirection
This commit is contained in:
parent
2c69538617
commit
7725b200f7
1 changed files with 4 additions and 3 deletions
|
|
@ -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's new</span>
|
||||
</button>
|
||||
</a>
|
||||
</CustomMenu.MenuItem>
|
||||
<CustomMenu.MenuItem>
|
||||
<a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue