Skip to content

Commit c70d5c6

Browse files
committed
Fake visa header improvement
1 parent 9154ff3 commit c70d5c6

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

public/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21087,7 +21087,7 @@ function render(_ctx, _cache) {
2108721087
var _component_base_table = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("base-table");
2108821088

2108921089
return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)(_component_base_table, {
21090-
tableTitle: "Use the following card details for testing",
21090+
tableTitle: "Card details for testing",
2109121091
tableHeaders: ['Number', 'CVC', 'Date', 'Zipcode'],
2109221092
tableData: ['4242424242424242', 'Any 3 digits', 'Any future date', 'Any zip code']
2109321093
});

resources/js/components/Checkout/FakeVisaDetails.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<base-table
3-
tableTitle="Use the following card details for testing"
3+
tableTitle="Card details for testing"
44
:tableHeaders="['Number', 'CVC', 'Date', 'Zipcode']"
55
:tableData="['4242424242424242', 'Any 3 digits', 'Any future date', 'Any zip code']"
66
/>

resources/js/components/Header/Navbar.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,10 @@
2424
/>
2525
</router-link>
2626
</div>
27-
2827
<div class="lg:hidden block">
2928
<cart-component />
3029
</div>
31-
3230
<mobile-menu />
33-
3431
<div class="hidden lg:w-1/12 lg:block" />
3532
<div
3633
id="nav-content"

0 commit comments

Comments
 (0)