Skip to content

Commit

Permalink
chore: random activity text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pantheredeye committed Dec 11, 2024
1 parent 7310aac commit 84dc7c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/pages/DashboardPage/DashboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import WelcomeCard from 'src/components/WelcomeCard'
const DashboardPage = () => {
const { currentUser } = useAuth()
const activities = [
'Inspection #123 completed at Site A',
'Site B added by User X',
'Inspection #12 completed at Pinewood',
'Site: Pinewood added by Barrett',
// Add more activities as needed
]

Expand Down

0 comments on commit 84dc7c6

Please sign in to comment.