Skip to content

Commit

Permalink
Update Home.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaDrake76 authored Jun 9, 2024
1 parent c7fb3a2 commit be07e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const Home = () => {
</div>
) : (
<CaseListing
name="SITE UNDER MAINTENANCE"
name="NEW CASES"
cases={cases.length > 5 ? cases.slice(0, 5) : cases}
/>
)}
Expand Down

0 comments on commit be07e58

Please sign in to comment.