use dedicated call for default bang url

This commit is contained in:
Fabian Freund
2025-11-21 05:25:40 +01:00
parent 8f612f5181
commit 3dfd02de79
8 changed files with 12 additions and 13 deletions
@@ -36,7 +36,7 @@ class BangIcon extends ConsumerWidget {
);
return UrlIcon([
if (bang != null) bang.getTemplateUrl(''),
if (bang != null) bang.getDefaultUrl(),
], iconSize: iconSize);
}
}