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