We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161bfa6 commit fe94304Copy full SHA for fe94304
lib/app/modules/about/views/about_page_body.dart
@@ -225,7 +225,7 @@ class AboutPageBody extends StatelessWidget {
225
throw Exception('Could not launch $url');
226
}
227
},
228
- icon: SvgPicture.asset("assets/svg/link.svg",
+ icon: SvgPicture.asset(Assets.svg.link.path,
229
width: 20,
230
height: 20,
231
colorFilter: ColorFilter.mode(
0 commit comments