Skip to content

Commit

Permalink
🔧 Fix: Error assets url for f-droid logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Sep 8, 2024
1 parent 9b93829 commit ca78cf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Widget getAndroidPage(
Padding(
padding: EdgeInsets.all(2),
child: WebsafeSvg.asset(
'ThirdParty/fdroid-logo.svg',
'assets/ThirdParty/fdroid-logo.svg',
height: 30.0,
placeholderBuilder: (context) => const SizedBox(
width: 30,
Expand Down

0 comments on commit ca78cf4

Please sign in to comment.