2021-02-01 19:11:01 +03:00
|
|
|
<div class="gh-branding-settings">
|
2021-02-02 14:29:44 +03:00
|
|
|
<section class="gh-launch-wizard-settings-container">
|
2021-03-02 20:10:01 +03:00
|
|
|
<GhBrandSettingsForm
|
|
|
|
class="overflow-y-auto flex-grow-1"
|
|
|
|
@replacePreviewContents={{@replacePreviewContents}}
|
|
|
|
/>
|
2021-02-04 17:02:48 +03:00
|
|
|
|
|
|
|
<div class="gh-launch-wizard-nav-buttons">
|
2021-02-18 20:06:56 +03:00
|
|
|
<GhTaskButton
|
|
|
|
@task={{this.saveAndContinueTask}}
|
|
|
|
@buttonText={{html-safe (concat "Save and continue " (svg-jar "arrow-right-tail"))}}
|
|
|
|
type="button"
|
|
|
|
class="gh-btn gh-btn-black gh-btn-icon-right gh-btn-large gh-launch-wizard-btn w-100"
|
|
|
|
data-test-button="wizard-next"
|
|
|
|
/>
|
2021-01-28 17:25:05 +03:00
|
|
|
</div>
|
2021-02-01 19:11:01 +03:00
|
|
|
</section>
|
|
|
|
</div>
|