Skip to content

Commit

Permalink
Feature DAO-170 (#460)
Browse files Browse the repository at this point in the history
* UI fixes

* change court to Aragon Court
  • Loading branch information
Rekard0 authored Aug 17, 2021
1 parent 056d24a commit cb687a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const CreateDaoReview: React.FC<{
setActiveStep(CreateDaoSteps.Progress);
}}
>
Confirm and create a DAO
Confirm and create your DAO
</Button>
</Box>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,19 +117,10 @@ const ChallengeWidget: React.FC<any> = ({

return (
<Box shadow>
{/* <InputSubTitle>
Challenge Reason{' '}
<HelpButton
helpText={
'Provide your reasons for challenging this transaction. Be as detailed as possible so Court guardians can make an informed decision.'
}
/>
</InputSubTitle> */}

<FormProvider {...methods}>
<IPFSInput
title="Challenge Reason"
subtitle="Provide your reasons for challenging this transaction. Be as detailed as possible so Court guardians can make an informed decision."
subtitle="Provide your reasons for challenging this transaction. Be as detailed as possible so Aragon Court guardians can make an informed decision."
label="Provide Reason"
placeholder="Reasons for challenging the transaction..."
textInputName="reason"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

"@aragon/ui@https://github.com/aragon/ui.git#v2":
version "1.7.0"
resolved "https://github.com/aragon/ui.git#7a5329a9ec3c89ad919a7a5bd1ac80146a44aeaf"
resolved "https://github.com/aragon/ui.git#cd849362d3f773fb716ecc8dc13e88ad1b86d0b3"
dependencies:
"@babel/runtime" "^7.3.1"
airbnb-prop-types "^2.9.0"
Expand Down

0 comments on commit cb687a4

Please sign in to comment.