Skip to content

Commit fe94304

Browse files
committed
Changing svg path import to Gen Assets class
1 parent 161bfa6 commit fe94304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app/modules/about/views/about_page_body.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class AboutPageBody extends StatelessWidget {
225225
throw Exception('Could not launch $url');
226226
}
227227
},
228-
icon: SvgPicture.asset("assets/svg/link.svg",
228+
icon: SvgPicture.asset(Assets.svg.link.path,
229229
width: 20,
230230
height: 20,
231231
colorFilter: ColorFilter.mode(

0 commit comments

Comments
 (0)