Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati0x committed Jan 20, 2025
1 parent 860c0a1 commit 92b0138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -501,9 +501,9 @@ const CommunityDetailsTable = ({
<DataTable
title="Community Members"
data={membersStaked as MembersStaked[]}
description="Overview of all community members and the total number of tokens they have staked."
description="Overview of all community members and the total amount of tokens they have staked."
columns={columns}
className="max-h-screen overflow-y-scroll"
className="max-h-screen overflow-y-scroll w-full"
footer={
<div className="flex justify-between py-2 border-neutral-soft-content">
<p className="subtitle">Total Staked:</p>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/components/PoolGovernance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const PoolGovernance: React.FC<PoolGovernanceProps> = ({
tooltip="No activity in this pool yet."
className="w-full"
>
{openGovDetails ? "Close" : "Open"} Governance Details
{openGovDetails ? "Close" : "View"} Governance Details
</Button>
{openGovDetails && (
<PoolGovernanceDetails membersStrategyData={membersStrategyData} />
Expand Down

0 comments on commit 92b0138

Please sign in to comment.