forked from github/plane
fix: open changelog in new tab (#2645)
This commit is contained in:
parent
db2a1b8033
commit
ff258c60fd
@ -24,13 +24,15 @@ export const WorkspaceDashboardHeader = () => {
|
|||||||
Dashboard
|
Dashboard
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-3 px-3">
|
<div className="flex items-center gap-3 px-3">
|
||||||
<button
|
<a
|
||||||
onClick={() => setIsProductUpdatesModalOpen(true)}
|
href="https://plane.so/changelog"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
className="flex items-center gap-1.5 bg-custom-background-80 text-xs font-medium py-1.5 px-3 rounded"
|
className="flex items-center gap-1.5 bg-custom-background-80 text-xs font-medium py-1.5 px-3 rounded"
|
||||||
>
|
>
|
||||||
<Zap size={14} strokeWidth={2} fill="rgb(var(--color-text-100))" />
|
<Zap size={14} strokeWidth={2} fill="rgb(var(--color-text-100))" />
|
||||||
{"What's New?"}
|
{"What's New?"}
|
||||||
</button>
|
</a>
|
||||||
<a
|
<a
|
||||||
className="flex items-center gap-1.5 bg-custom-background-80 text-xs font-medium py-1.5 px-3 rounded"
|
className="flex items-center gap-1.5 bg-custom-background-80 text-xs font-medium py-1.5 px-3 rounded"
|
||||||
href="https://github.com/makeplane/plane"
|
href="https://github.com/makeplane/plane"
|
||||||
|
Loading…
Reference in New Issue
Block a user