added alt and fixed wrong logos showing
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0ae09dc3e8
commit
6f0fdb3778
@ -61,6 +61,8 @@ export default function ScoreStats() {
|
|||||||
width={30}
|
width={30}
|
||||||
height={30}
|
height={30}
|
||||||
src="https://cdn.fascinated.cc/Hc1eD7QY.png"
|
src="https://cdn.fascinated.cc/Hc1eD7QY.png"
|
||||||
|
unoptimized
|
||||||
|
alt="ScoreSaber logo"
|
||||||
></Image>
|
></Image>
|
||||||
<p
|
<p
|
||||||
style={{
|
style={{
|
||||||
@ -82,6 +84,8 @@ export default function ScoreStats() {
|
|||||||
width={30}
|
width={30}
|
||||||
height={30}
|
height={30}
|
||||||
src="https://cdn.fascinated.cc/Wo9JRAfD.png"
|
src="https://cdn.fascinated.cc/Wo9JRAfD.png"
|
||||||
|
unoptimized
|
||||||
|
alt="BeatLeader logo"
|
||||||
></Image>
|
></Image>
|
||||||
<div>
|
<div>
|
||||||
{Object.entries(beatLeaderPP).map((value, i) => {
|
{Object.entries(beatLeaderPP).map((value, i) => {
|
||||||
|
Reference in New Issue
Block a user