Skip to content

Commit

Permalink
Changing svg path import to Gen Assets class
Browse files Browse the repository at this point in the history
  • Loading branch information
BrawlerXull committed Nov 6, 2024
1 parent 161bfa6 commit fe94304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/modules/about/views/about_page_body.dart
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class AboutPageBody extends StatelessWidget {
throw Exception('Could not launch $url');
}
},
icon: SvgPicture.asset("assets/svg/link.svg",
icon: SvgPicture.asset(Assets.svg.link.path,
width: 20,
height: 20,
colorFilter: ColorFilter.mode(
Expand Down

0 comments on commit fe94304

Please sign in to comment.