Skip to content

Commit

Permalink
feat: update manage allocation sub title
Browse files Browse the repository at this point in the history
  • Loading branch information
antomor committed Dec 11, 2024
1 parent 733aa2a commit 7cd0d63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/collective-rewards/allocations/components/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
import { HeaderTitle, Paragraph } from '@/components/Typography'
import { CRWhitepaperLink } from '../../shared'

export const Header = () => {
return (
<>
<HeaderTitle>Confirm strif allocation for the selected builders</HeaderTitle>
<Paragraph className="font-normal leading-6 text-[rgba(255,255,255,0.6)]">
Back builders who drive innovations. Review the selection and support the Builders you align with.
Your allocations influence the rewards the Builders will receive.
Support innovative Builders by allocating your stRIF to those you align with. Your allocations shape
their rewards, and you retain full ownership and access to your stRIF while earning a portion of their
rewards. For more information check the <CRWhitepaperLink />.
</Paragraph>
</>
)
Expand Down

0 comments on commit 7cd0d63

Please sign in to comment.