Skip to content

Commit a3a35e1

Browse files
committed
Update page.tsx
1 parent b9da55b commit a3a35e1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/app/reports/page.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,10 @@ export default function ReportsPage() {
707707
</Stack>
708708
</Box>
709709

710+
<Typography variant="caption" color="text.secondary" sx={{ display: "block", textAlign: "right", mb: 0.5 }}>
711+
Powered by FxFiles, Functionland
712+
</Typography>
713+
710714
{/* Leaderboard table */}
711715
{leaderboardTop > 0 ? (
712716
<TableContainer component={Paper} sx={{ overflowX: "auto" }}>

0 commit comments

Comments
 (0)