diff --git a/composeApp/src/commonMain/composeResources/drawable/selfhosted.xml b/composeApp/src/commonMain/composeResources/drawable/selfhosted.xml new file mode 100644 index 0000000..29e0005 --- /dev/null +++ b/composeApp/src/commonMain/composeResources/drawable/selfhosted.xml @@ -0,0 +1,13 @@ + + + diff --git a/composeApp/src/commonMain/kotlin/dev/anandbose/data/Links.kt b/composeApp/src/commonMain/kotlin/dev/anandbose/data/Links.kt index 19ab358..0b4fcdc 100644 --- a/composeApp/src/commonMain/kotlin/dev/anandbose/data/Links.kt +++ b/composeApp/src/commonMain/kotlin/dev/anandbose/data/Links.kt @@ -6,7 +6,7 @@ import anandbose.composeapp.generated.resources.social_github import anandbose.composeapp.generated.resources.social_linkedin import anandbose.composeapp.generated.resources.social_mastodon import anandbose.composeapp.generated.resources.social_medium -import anandbose.composeapp.generated.resources.social_twitter +import anandbose.composeapp.generated.resources.selfhosted import androidx.compose.runtime.Immutable import androidx.compose.runtime.Stable import org.jetbrains.compose.resources.DrawableResource @@ -46,8 +46,8 @@ val Links = listOf( url = "https://bsky.app/profile/anand-bose.github.io", ), LinkData( - icon = Res.drawable.social_twitter, - title = "Twitter", - url = "https://x.com/@anandbosedev", + icon = Res.drawable.selfhosted, + title = "Self Hosted", + url = "https://a-b.im", ), ) \ No newline at end of file