Skip to content

Commit cbb7b01

Browse files
authored
fix: Update the github page link
1 parent 320911c commit cbb7b01

File tree

1 file changed

+2
-2
lines changed
  • app/src/main/java/com/raival/compose/file/explorer/screen/main/compose

1 file changed

+2
-2
lines changed

app/src/main/java/com/raival/compose/file/explorer/screen/main/compose/DrawerContent.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ fun DrawerContent() {
9191
context.startActivity(
9292
Intent(
9393
Intent.ACTION_VIEW,
94-
Uri.parse("https://github.com/raival/FileExplorer-Compose")
94+
Uri.parse("https://github.com/Raival-e/File-Explorer-Compose")
9595
)
9696
)
9797
}) {
@@ -141,4 +141,4 @@ fun DrawerContent() {
141141
}
142142
}
143143
}
144-
}
144+
}

0 commit comments

Comments
 (0)