Skip to content

Commit

Permalink
Changed "Reports" to "Statistics"
Browse files Browse the repository at this point in the history
  • Loading branch information
ShamaKamina committed Sep 27, 2024
1 parent 3b0dc67 commit f6f7ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/(home)/analytics/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function Tabs() {
onClick={() => handleTabClick('Reports')}
aria-current={activeTab === 'Reports' ? 'page' : undefined}
>
Reports
Statistics
</button>
</li>
<li className="flex-1">
Expand Down

0 comments on commit f6f7ede

Please sign in to comment.