Updated repo URLs

This commit is contained in:
Abdelilah El Aissaoui 2022-04-02 00:35:33 +02:00
parent 06b4b883de
commit 5ab529e22b

View File

@ -107,7 +107,7 @@ fun WelcomePage(
title = "Source code",
painter = painterResource("code.svg"),
onClick = {
Desktop.getDesktop().browse(URI("https://github.com/aeab13/Gitnuro"))
Desktop.getDesktop().browse(URI("https://github.com/JetpackDuba/Gitnuro"))
}
)
@ -115,7 +115,7 @@ fun WelcomePage(
title = "Report a bug",
painter = painterResource("bug.svg"),
onClick = {
Desktop.getDesktop().browse(URI("https://github.com/aeab13/Gitnuro/issues"))
Desktop.getDesktop().browse(URI("https://github.com/JetpackDuba/Gitnuro/issues"))
}
)
}