Skip to content

Commit

Permalink
Merge pull request #1095 from w3bdesign/dev
Browse files Browse the repository at this point in the history
Npm refresh
  • Loading branch information
w3bdesign authored Jul 3, 2023
2 parents 5a46135 + 2f3f67c commit 54bb415
Show file tree
Hide file tree
Showing 7 changed files with 1,707 additions and 2,485 deletions.
10 changes: 5 additions & 5 deletions components/Category/CategoryShowAll.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<template>
<div v-if="data.productCategories">
<section class=" bg-white">
<div
class="flex justify-center align-middle flex-col md:flex-row"
>
<section class="bg-white">
<div class="flex justify-center align-middle flex-col md:flex-row">
<template v-for="nodes in data.productCategories">
<template v-for="category in nodes">
<div v-if="category.slug !== undefined" :key="category.id">
Expand All @@ -14,7 +12,9 @@
query: { id: category.id },
}"
>
<div class="cursor-pointer ml-4 mt-[5rem] md:mt-[20rem] w-full md:w-64 flex-row">
<div
class="cursor-pointer ml-4 mt-[5rem] md:mt-[20rem] w-full md:w-64 flex-row"
>
<div
class="p-4 min-w-[10rem] flex items-center justify-center w-full h-16 text-center border border-gray-300 rounded-lg shadow hover:shadow-outline"
>
Expand Down
4 changes: 1 addition & 3 deletions components/Layout/LayoutFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<footer
class="px-6 text-center bg-white border border-gray-300 rounded-lg shadow-lg"
>
<div class="p-6">
Copyright reserved &copy; {{ todayDate }} Daniel
</div>
<div class="p-6">Copyright reserved &copy; {{ todayDate }} Daniel</div>
</footer>
</div>
</template>
Expand Down
6 changes: 3 additions & 3 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<div class="flex flex-col min-h-screen">
<LayoutNavbar />
<div class="container mx-auto max-w-[84.375rem] flex-grow">
<main >
<slot />
</main>
<main>
<slot />
</main>
</div>
<LayoutFooter />
<LayoutStickyFooter />
Expand Down
4,166 changes: 1,695 additions & 2,471 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"overrides": {
"vue": "^3.3.4",
"tslib": "2.6.0"
"tslib": "2.5.1"

},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pages/categories.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="flex justify-center items-center">
<CategoryShowAll />
<CategoryShowAll />
</div>
</template>

Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
{
"matchUpdateTypes": ["patch", "lockFileMaintenance"],
"automerge": true,
"automerge": false,
"automergeType": "branch",
"matchDepTypes": [
"dependencies",
Expand Down

1 comment on commit 54bb415

@vercel
Copy link

@vercel vercel bot commented on 54bb415 Jul 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.