Skip to content

Commit

Permalink
skeleton: Show 5 Players and 3 matches as skeletons
Browse files Browse the repository at this point in the history
  • Loading branch information
SibiAkkash committed Nov 27, 2023
1 parent b815711 commit 67d250e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/src/skeletons/Roster.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Player = () => {

const Roster = () => {
return (
<For each={new Array(15)}>
<For each={new Array(5)}>
{/* eslint-disable-next-line no-unused-vars */}
{num => <Player />}
</For>
Expand Down
4 changes: 0 additions & 4 deletions frontend/src/skeletons/TournamentMatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ const TournamentMatches = () => {
</div>
<TournamentMatch />
<TournamentMatch />
<div class="mb-5 ml-1">
<h3 class="text-center text-lg font-bold">Day - 2</h3>
</div>
<TournamentMatch />
<TournamentMatch />
</div>
);
Expand Down

0 comments on commit 67d250e

Please sign in to comment.