Skip to content

Commit

Permalink
Update Leaderboard.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Moore-UOA authored Oct 9, 2024
1 parent 376b91d commit 7240ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/Dashboard/Leaderboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { collection, getDocs } from "firebase/firestore";
function Leaderboard() {
const profileImg = "assets/EventHighlights/Events/BlindLowVision/imgA.png"; // Temporary image for the leaderboard
const name = "John Doe"; // Temporary name for the leaderboard
const ranking = "1st"; // Temporary ranking for the leaderboard
//const ranking = "1st"; // Temporary ranking for the leaderboard
const hours = 14; // Temporary hours for the leaderboard

const all = [
Expand Down

0 comments on commit 7240ca2

Please sign in to comment.