diff --git a/src/routes/Publish/Step.module.scss b/src/routes/Publish/Step.module.scss index e96ea6d..692e8d4 100644 --- a/src/routes/Publish/Step.module.scss +++ b/src/routes/Publish/Step.module.scss @@ -17,7 +17,7 @@ .actions { display: flex; justify-content: space-between; - margin-top: $spacer * 2; + padding-top: $spacer / 2; button:last-child { min-width: 12rem; diff --git a/src/routes/Publish/StepRegisterContent.tsx b/src/routes/Publish/StepRegisterContent.tsx index 6b7aa6e..c3e4f2b 100644 --- a/src/routes/Publish/StepRegisterContent.tsx +++ b/src/routes/Publish/StepRegisterContent.tsx @@ -24,12 +24,12 @@ export default class StepRegisterContent extends PureComponent< ) public publishedState = () => ( -
+

Your asset is published! See it{' '} here, submit another asset by clicking{' '} this.props.toStart()}>here -

+

) public render() { diff --git a/src/routes/Publish/index.tsx b/src/routes/Publish/index.tsx index 7c91762..bd8e30d 100644 --- a/src/routes/Publish/index.tsx +++ b/src/routes/Publish/index.tsx @@ -96,7 +96,8 @@ class Publish extends Component<{}, PublishState> { copyrightHolder: '', categories: [], isPublishing: false, - isPublished: false + isPublished: false, + currentStep: 1 }) }