Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change text #184

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/pages/communityHealth/Decentralization.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ function Decentralization({ scoreData }: DecentralizationProps) {
</div>
<div className="md:w-1/2 space-y-12">
<p className="text-sm">
Shows how much members are divided into informal cliques ranging
from:
Shows how much conversations depend on one (or very few) key
members. Influence exists in a continuum between:
</p>
<div className="flex items-start md:items-center space-x-3 md:space-x-6">
<Image src={centralized} alt="centralized" />
Expand Down