File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ export default async function Page() {
44
44
alt = "Person viewing ActionScript classes"
45
45
width = { 208 }
46
46
height = { 200 }
47
+ priority
47
48
className = { classes . progressImage }
48
49
/>
49
50
< Stack className = { classes . actionscriptInfo } >
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ export default async function Downloads() {
43
43
alt = "Person comparing Ruffle compatibility"
44
44
width = { 219 }
45
45
height = { 200 }
46
+ priority
46
47
className = { classes . actionscriptImage }
47
48
/>
48
49
< Stack className = { classes . actionscriptInfo } >
Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ export default function Page() {
157
157
alt = "Person thanking you"
158
158
width = { 185 }
159
159
height = { 200 }
160
+ priority
160
161
className = { classes . image }
161
162
/>
162
163
< Stack className = { classes . actionscriptInfo } >
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ function ExtensionBadge(info: Extension) {
36
36
alt = { info . alt }
37
37
width = { 0 } // set by css to 100% width
38
38
height = { 66 }
39
+ priority
39
40
className = { classes . badge }
40
41
/>
41
42
</ Link >
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ export default async function Home() {
41
41
alt = "Person installing Ruffle"
42
42
width = { 375 }
43
43
height = { 366 }
44
+ priority
44
45
/>
45
46
< div className = { classes . heroInner } >
46
47
< Text mt = "md" >
You can’t perform that action at this time.
0 commit comments