chore(ui/home): update debug commit url

This commit is contained in:
rhunk 2024-08-18 22:51:08 +02:00
parent f040dc0742
commit 1d4cd7c6b8

View File

@ -286,7 +286,7 @@ class HomeRootSection : Routes.Route() {
buildSummary.getStringAnnotations( buildSummary.getStringAnnotations(
tag = "git_hash", start = offset, end = offset tag = "git_hash", start = offset, end = offset
).firstOrNull()?.let { ).firstOrNull()?.let {
openExternalLink("https://github.com/rhunk/SnapEnhance/commit/${it.item}") openExternalLink("https://codeberg.org/SnapEnhance/SnapEnhance/commit/${it.item}")
} }
} }
) )