mirror of
https://github.com/docmost/docmost.git
synced 2025-11-11 01:02:06 +10:00
Add click handler
This commit is contained in:
@ -35,6 +35,12 @@ export default function AppVersion() {
|
|||||||
position="middle-end"
|
position="middle-end"
|
||||||
style={{ cursor: "pointer" }}
|
style={{ cursor: "pointer" }}
|
||||||
disabled={!hasUpdate}
|
disabled={!hasUpdate}
|
||||||
|
onClick={() => {
|
||||||
|
window.open(
|
||||||
|
"https://github.com/docmost/docmost/releases",
|
||||||
|
"_blank",
|
||||||
|
);
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<Text
|
<Text
|
||||||
size="sm"
|
size="sm"
|
||||||
|
|||||||
Reference in New Issue
Block a user