Skip to content

Commit 49a5262

Browse files
author
alokVishu
committed
refactor: update dependencies and fix links in NavItems.vue and CardBasic.vue
1 parent 8aa4f91 commit 49a5262

File tree

9 files changed

+33
-35
lines changed

9 files changed

+33
-35
lines changed

javascript-version/composer.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript-version/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,5 @@
7070
"overrides": {
7171
"stylelint-order": "6.0.3"
7272
},
73-
"packageManager": "pnpm@8.6.2",
74-
"version": "2.1.0"
73+
"packageManager": "pnpm@8.6.2"
7574
}

javascript-version/resources/js/layouts/components/NavItems.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ import VerticalNavLink from '@layouts/components/VerticalNavLink.vue'
270270
:item="{
271271
title: 'Documentation',
272272
icon: 'ri-article-line',
273-
href: 'https://demos.themeselection.com/materio-vuetify-vuejs-admin-template/documentation/guide/laravel-integration/folder-structure.html',
273+
href: 'https://demos.themeselection.com/materio-vuetify-vuejs-laravel-admin-template/documentation/',
274274
target: '_blank',
275275
}"
276276
/>

javascript-version/resources/js/views/pages/cards/card-basic/CardBasic.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,11 +443,11 @@ const isCardDetailsVisible = ref(false)
443443
</p>
444444
</VCardText>
445445

446-
<VCardActions class="justify-center">
446+
<VCardText class="justify-center">
447447
<VBtn variant="elevated">
448448
Contact Now
449449
</VBtn>
450-
</VCardActions>
450+
</VCardText>
451451
</VCard>
452452
</VCol>
453453
</VRow>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.0",
2+
"version": "2.2.1",
33
"private": true,
44
"scripts": {
55
"release": "code -r CHANGELOG.md && node -e \"process.stdin.once('data', () => process.exit())\" && yarn bumpp --all package.json javascript-version/package.json typescript-version/package.json"

typescript-version/composer.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript-version/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,5 @@
7777
"overrides": {
7878
"stylelint-order": "6.0.3"
7979
},
80-
"packageManager": "pnpm@8.6.2",
81-
"version": "2.1.0"
80+
"packageManager": "pnpm@8.6.2"
8281
}

typescript-version/resources/ts/layouts/components/NavItems.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ import VerticalNavLink from '@layouts/components/VerticalNavLink.vue'
270270
:item="{
271271
title: 'Documentation',
272272
icon: 'ri-article-line',
273-
href: 'https://demos.themeselection.com/materio-vuetify-vuejs-admin-template/documentation/guide/laravel-integration/folder-structure.html',
273+
href: 'https://demos.themeselection.com/materio-vuetify-vuejs-laravel-admin-template/documentation/',
274274
target: '_blank',
275275
}"
276276
/>

typescript-version/resources/ts/views/pages/cards/card-basic/CardBasic.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,11 +443,11 @@ const isCardDetailsVisible = ref(false)
443443
</p>
444444
</VCardText>
445445

446-
<VCardActions class="justify-center">
446+
<VCardText class="justify-center">
447447
<VBtn variant="elevated">
448448
Contact Now
449449
</VBtn>
450-
</VCardActions>
450+
</VCardText>
451451
</VCard>
452452
</VCol>
453453
</VRow>

0 commit comments

Comments
 (0)