beta3 commited on
Commit
ebbb1ae
·
verified ·
1 Parent(s): 49a35af

Update frontend/src/App.jsx

Browse files
Files changed (1) hide show
  1. 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&#39;t endorsed by Riot Games and doesn&#39;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
  }