Skip to content

Commit 49d0f1c

Browse files
committed
Add click handler
1 parent 268001a commit 49d0f1c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

apps/client/src/components/settings/app-version.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ export default function AppVersion() {
3535
position="middle-end"
3636
style={{ cursor: "pointer" }}
3737
disabled={!hasUpdate}
38+
onClick={() => {
39+
window.open(
40+
"https://github.com/docmost/docmost/releases",
41+
"_blank",
42+
);
43+
}}
3844
>
3945
<Text
4046
size="sm"

0 commit comments

Comments
 (0)