refactor favicon widget

This commit is contained in:
Fabian Freund
2024-08-19 04:29:22 +02:00
parent 23dad27d61
commit 6a364559ff
5 changed files with 18 additions and 13 deletions
@@ -44,7 +44,8 @@ class AppBarTitle extends HookWidget {
child: Row(
children: [
FaviconImage(
webPageInfo: page,
favicon: page.favicon,
url: page.url,
),
const SizedBox(
width: 8,