0xBootleggers / bufficorn

Bufficorn Ventures Custom DAO App
https://bufficorn.vercel.app
MIT License
0 stars 1 forks source link

Update Proposal Copy in Modals and Forms #39

Closed earth2travis closed 1 year ago

earth2travis commented 1 year ago

Review and edit copy:

earth2travis commented 1 year ago

In forms.ts the spread operator (...) can be used to override labels and placeholders.

earth2travis commented 1 year ago

Initiate Vote

Fund Company

Become Partner

Add Parnter

earth2travis commented 1 year ago

modal

earth2travis commented 1 year ago

Not able to update the following with the spread operator label override:

FUND_COMPANY

FIELD.REQUEST_TOKEN,

{ ...FIELD.REQUEST_TOKEN, label: 'ERC-20 Tokens' },

BECOME_PARTNER

FIELD.TRIBUTE,

{ ...FIELD.TRIBUTE, label: 'Tribute Token Address' },

{ ...FIELD.TRIBUTE, label: 'Tribute Token Amount' },

earth2travis commented 1 year ago

Blocked by https://github.com/0xBootleggers/bufficorn/issues/44

earth2travis commented 1 year ago

Image

Image