Spaces:
Running
Running
Update frontend/src/App.jsx
Browse files- frontend/src/App.jsx +6 -0
frontend/src/App.jsx
CHANGED
|
@@ -519,6 +519,12 @@ function App() {
|
|
| 519 |
blueWin={matchData?.blue_win ?? null}
|
| 520 |
/>
|
| 521 |
)}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 522 |
</>
|
| 523 |
);
|
| 524 |
}
|
|
|
|
| 519 |
blueWin={matchData?.blue_win ?? null}
|
| 520 |
/>
|
| 521 |
)}
|
| 522 |
+
|
| 523 |
+
<footer className="riot-disclaimer">
|
| 524 |
+
Rift Breakdown isn't endorsed by Riot Games and doesn't reflect the views or opinions
|
| 525 |
+
of Riot Games or anyone officially involved in producing or managing Riot Games properties.
|
| 526 |
+
Riot Games, and all associated properties are trademarks or registered trademarks of Riot Games, Inc.
|
| 527 |
+
</footer>
|
| 528 |
</>
|
| 529 |
);
|
| 530 |
}
|