Skip to content

Commit

Permalink
Merge pull request #95 from IamMuuo/chirp
Browse files Browse the repository at this point in the history
fix: clipping organization images to a perfect circle
  • Loading branch information
IamMuuo authored Oct 3, 2024
2 parents fe33044 + e42aa9a commit 22be4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tools/organizations/pages/organization_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class OrganizationView extends StatelessWidget {
sliver: SliverToBoxAdapter(
child: CircleAvatar(
radius: 60,
child: CachedNetworkImage(
imageUrl: organization.logo!,
backgroundImage: CachedNetworkImageProvider(
organization.logo!,
),
),
),
Expand Down

0 comments on commit 22be4f1

Please sign in to comment.