Skip to content

Commit

Permalink
fix: changelog redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramveeraghanta committed Nov 29, 2024
1 parent 2c69538 commit 7725b20
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions web/core/components/workspace/sidebar/help-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7725b20

Please sign in to comment.