Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Replace logo with sentry
  • Loading branch information
romtsn committed Oct 8, 2024
commit f9420e060d801b49b29a33e1a6dafda892b26fd2
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ fun Github(
.fillMaxSize()
) {
Image(
painter = painterResource(IR.drawable.logo_pocket_casts),
painter = painterResource(IR.drawable.sentry_glyph),
contentDescription = "LOGO",
colorFilter = ColorFilter.tint(Color.Black),
modifier = Modifier.padding(vertical = 16.dp)
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="32dp"
android:height="29dp"
android:viewportWidth="50"
android:viewportHeight="44">
<path
android:pathData="M29,2.26a4.67,4.67 0,0 0,-8 0L14.42,13.53A32.21,32.21 0,0 1,32.17 40.19H27.55A27.68,27.68 0,0 0,12.09 17.47L6,28a15.92,15.92 0,0 1,9.23 12.17H4.62A0.76,0.76 0,0 1,4 39.06l2.94,-5a10.74,10.74 0,0 0,-3.36 -1.9l-2.91,5a4.54,4.54 0,0 0,1.69 6.24A4.66,4.66 0,0 0,4.62 44H19.15a19.4,19.4 0,0 0,-8 -17.31l2.31,-4A23.87,23.87 0,0 1,23.76 44H36.07a35.88,35.88 0,0 0,-16.41 -31.8l4.67,-8a0.77,0.77 0,0 1,1.05 -0.27c0.53,0.29 20.29,34.77 20.66,35.17a0.76,0.76 0,0 1,-0.68 1.13H40.6q0.09,1.91 0,3.81h4.78A4.59,4.59 0,0 0,50 39.43a4.49,4.49 0,0 0,-0.62 -2.28Z"
android:fillColor="#362d59"/>
</vector>