Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Oct 30, 2024
1 parent c625f03 commit 68235af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 607 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.size
import androidx.compose.foundation.shape.CircleShape
import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.automirrored.outlined.Chat
import androidx.compose.material.icons.outlined.Email
import androidx.compose.material.icons.outlined.Home
import androidx.compose.material.icons.outlined.Phone
import androidx.compose.material.icons.outlined.Settings
Expand Down Expand Up @@ -115,7 +115,7 @@ fun MainActivityContent(
}
) {
Icon(
imageVector = Icons.AutoMirrored.Outlined.Chat,
imageVector = Icons.Outlined.Email,
contentDescription = null
)
}
Expand Down
Loading

0 comments on commit 68235af

Please sign in to comment.