Skip to content

Commit fe78e7f

Browse files
authored
Fix ARIA label on Flutter Favorite logo. (#8478)
1 parent 764e1a8 commit fe78e7f

File tree

1 file changed

+1
-4
lines changed
  • app/lib/frontend/templates/views/shared/detail

1 file changed

+1
-4
lines changed

app/lib/frontend/templates/views/shared/detail/header.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ d.Node detailHeaderNode({
3232
'https://flutter.dev/docs/development/packages-and-plugins/favorites',
3333
target: '_blank',
3434
rel: 'noopener',
35+
title: 'Package is a Flutter Favorite',
3536
children: [
3637
d.img(
3738
classes: [
3839
'ff-banner',
3940
'ff-banner-desktop',
4041
'displayed-in-light-theme',
4142
],
42-
title: 'Package is a Flutter Favorite',
4343
image: d.Image.decorative(
4444
src: staticUrls
4545
.getAssetUrl('/static/img/ff-banner-desktop-2x.png'),
@@ -53,7 +53,6 @@ d.Node detailHeaderNode({
5353
'ff-banner-desktop',
5454
'displayed-in-dark-theme',
5555
],
56-
title: 'Package is a Flutter Favorite',
5756
image: d.Image.decorative(
5857
src: staticUrls.getAssetUrl(
5958
'/static/img/ff-banner-desktop-dark-2x.png'),
@@ -67,7 +66,6 @@ d.Node detailHeaderNode({
6766
'ff-banner-mobile',
6867
'displayed-in-light-theme',
6968
],
70-
title: 'Package is a Flutter Favorite',
7169
image: d.Image.decorative(
7270
src: staticUrls
7371
.getAssetUrl('/static/img/ff-banner-mobile-2x.png'),
@@ -81,7 +79,6 @@ d.Node detailHeaderNode({
8179
'ff-banner-mobile',
8280
'displayed-in-dark-theme',
8381
],
84-
title: 'Package is a Flutter Favorite',
8582
image: d.Image.decorative(
8683
src: staticUrls.getAssetUrl(
8784
'/static/img/ff-banner-mobile-dark-2x.png'),

0 commit comments

Comments
 (0)