Skip to content

Commit

Permalink
fix: added dynamic text to list-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
malmen237 committed Apr 23, 2024
1 parent 5a678cf commit 6547e74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/landing-page/productions-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ export const ProductionsList = () => {

return (
<>
<LoaderDots className={showRefreshing ? "active" : "in-active"} />
<LoaderDots
className={showRefreshing ? "active" : "in-active"}
text="refreshing"
/>
<DisplayContainer>
<DisplayContainerHeader>Production List</DisplayContainerHeader>
</DisplayContainer>
Expand Down

0 comments on commit 6547e74

Please sign in to comment.