Updated repo URLs
This commit is contained in:
parent
06b4b883de
commit
5ab529e22b
@ -107,7 +107,7 @@ fun WelcomePage(
|
|||||||
title = "Source code",
|
title = "Source code",
|
||||||
painter = painterResource("code.svg"),
|
painter = painterResource("code.svg"),
|
||||||
onClick = {
|
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",
|
title = "Report a bug",
|
||||||
painter = painterResource("bug.svg"),
|
painter = painterResource("bug.svg"),
|
||||||
onClick = {
|
onClick = {
|
||||||
Desktop.getDesktop().browse(URI("https://github.com/aeab13/Gitnuro/issues"))
|
Desktop.getDesktop().browse(URI("https://github.com/JetpackDuba/Gitnuro/issues"))
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user