Skip to content

Commit

Permalink
project github Url updated
Browse files Browse the repository at this point in the history
  • Loading branch information
amankgo committed Jan 4, 2022
1 parent a1b221f commit a66e805
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@ outTmp/
/kotlin-native/dist
kotlin-ide/
sessions.db
filters
filters
/.idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/kotlin/ui/components/SettingsDialog.kt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fun OtherSettingBlock(modifier: Modifier = Modifier) {
val aboutUsText = buildAnnotatedString {
withStyle(SpanStyle(color = CustomTheme.colors.mediumContrast)) {
append("This ")
pushStringAnnotation("gitProjectLink", "https://www.github.com/amank22")
pushStringAnnotation("gitProjectLink", "https://github.com/amank22/LogVue")
withStyle(
SpanStyle(
textDecoration = TextDecoration.Underline,
Expand Down

0 comments on commit a66e805

Please sign in to comment.