Merge pull request #316 from Safelite/feature/back-button-moving

Moving the back button under the funnel-sub-header
This commit is contained in:
Mark Harris 2022-03-31 15:14:59 -04:00 committed by GitHub
commit f54b0454de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
</template>
<script>
import buttonBack from "@/common-components/button-back/button-back";
import buttonBack from "@/common-components/funnel-sub-header/button-back/button-back";
export default {
name: "FunnelSubHeader",

View file

@ -1144,7 +1144,7 @@
<script>
import buttonMain from "@/ux-components/button-main/button-main";
import buttonBack from "@/common-components/button-back/button-back";
import buttonBack from "@/common-components/funnel-sub-header/button-back/button-back";
import listCard from "@/ux-components/list-card/list-card";
import listButton from "@/ux-components/list-button/list-button";
import alert from "@/ux-components/alert/alert";