Skip to content

Commit 8b016d9

Browse files
feat: edit the link to check app updates (#33)
Co-authored-by: therockerline <[email protected]>
1 parent db95634 commit 8b016d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/src/pages/NethLinkPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export function NethLinkPage({ themeMode }: NethLinkPageProps) {
118118

119119
const showUpdateAppNotification = () => {
120120
log('UPDATE')
121-
const updateLink = 'https://nethesis.github.io/nethlink/'
121+
const updateLink = 'https://nethserver.github.io/nethlink/'
122122
setNotifications((p) => ({
123123
...p,
124124
system: {

0 commit comments

Comments
 (0)