@@ -227,7 +227,7 @@ export const display: ReactElement = (
227227 < Image src = { displayIcon } className = "xmb-icon justify-self-center w-full h-full" alt = "display icon" loading = "eager" priority = { true } />
228228) ;
229229export const games : ReactElement = (
230- < Image src = { gamesIcon } className = "xmb-icon justify-self-center w-full h-full" alt = "games icon" />
230+ < Image src = { gamesIcon } className = "xmb-icon justify-self-center w-full h-full" alt = "games icon" loading = "eager" priority = { true } />
231231) ;
232232export const gow3 : ReactElement = (
233233 < Image src = { gow3Icon } className = "xmb-icon justify-self-center w-full h-full" alt = "gow3 icon" />
@@ -254,7 +254,7 @@ export const update: ReactElement = (
254254 < Image src = { updateIcon } className = "xmb-icon justify-self-center w-full h-full" alt = "update icon" />
255255) ;
256256export const user : ReactElement = (
257- < Image src = { userIcon } className = "xmb-icon justify-self-center w-full h-full" alt = "user icon" />
257+ < Image src = { userIcon } className = "xmb-icon justify-self-center w-full h-full" alt = "user icon" loading = "eager" priority = { true } />
258258) ;
259259export const video : ReactElement = (
260260 < Image src = { videoIcon } className = "xmb-icon justify-self-center w-full h-full" alt = "video icon" />
@@ -280,7 +280,7 @@ export const nuget: ReactElement = (
280280) ;
281281// #1ed760
282282export const statsFm : ReactElement = (
283- < svg className = "xmb-icon justify-self-center w-full h-full fill-white stroke-white" viewBox = "0 0 512 512" xmlns = "http://www.w3.org/2000/svg" >
283+ < svg className = "xmb-icon justify-self-center w-full h-full fill-white stroke-white" color = "white" fill = "white" viewBox = "0 0 512 512" xmlns = "http://www.w3.org/2000/svg" >
284284 < path d = "M77.7698 151.964H31.8607C14.3745 151.964 0.199219 166.169 0.199219 183.691V477.17C0.199219 494.691 14.3745 508.896 31.8607 508.896H77.7698C95.256 508.896 109.431 494.691 109.431 477.17V183.691C109.431 166.169 95.256 151.964 77.7698 151.964Z" />
285285 < path d = "M277.239 0.72998H231.33C213.843 0.72998 199.668 14.9348 199.668 32.4574V477.17C199.668 494.691 213.843 508.896 231.33 508.896H277.239C294.726 508.896 308.9 494.691 308.9 477.17V32.4574C308.9 14.9348 294.726 0.72998 277.239 0.72998Z" />
286286 < path d = "M476.702 291.035H430.794C413.306 291.035 399.133 305.24 399.133 322.761V477.168C399.133 494.691 413.306 508.896 430.794 508.896H476.702C494.19 508.896 508.363 494.691 508.363 477.168V322.761C508.363 305.24 494.19 291.035 476.702 291.035Z" />
0 commit comments