Skip to content

Commit 901462b

Browse files
committed
Updated yarn.lock
1 parent 8badcee commit 901462b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/icons/icons.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
);
229229
export 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
);
232232
export 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
);
256256
export 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
);
259259
export 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
282282
export 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" />

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5521,7 +5521,7 @@ __metadata:
55215521

55225522
"flatted@npm:^3.2.9":
55235523
version: 3.4.2
5524-
resolution: "flatted@npm:3.4.2"
5524+
resolution: "flatted@npm:3.4.2"w
55255525
checksum: 10c0/a65b67aae7172d6cdf63691be7de6c5cd5adbdfdfe2e9da1a09b617c9512ed794037741ee53d93114276bff3f93cd3b0d97d54f9b316e1e4885dde6e9ffdf7ed
55265526
languageName: node
55275527
linkType: hard

0 commit comments

Comments
 (0)