Skip to content

Commit

Permalink
Button copy to match designs
Browse files Browse the repository at this point in the history
  • Loading branch information
pcatkins committed Feb 2, 2024
1 parent 5cd6605 commit 38b6b4d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
</div>
</v-row>
<v-row justify="end" class="mt-12">
<v-btn rounded="lg" variant="outlined" class="mr-2" @click="alertStore.setSuccessAlert('Save as Draft')">Save As Draft</v-btn>
<v-btn rounded="lg" color="primary" @click="$router.push('/application')">Start Application</v-btn>
<v-btn rounded="lg" variant="outlined" class="mr-2" @click="alertStore.setSuccessAlert('Save as Draft')">Save as a Draft</v-btn>
<v-btn rounded="lg" color="primary" @click="$router.push('/application')">Save and Continue</v-btn>
</v-row>
</v-col>
</v-row>
Expand Down

0 comments on commit 38b6b4d

Please sign in to comment.