Skip to content

Commit 0b2ab4e

Browse files
committed
refactor(multi): banner image and app title text changed
1 parent 93c9bc8 commit 0b2ab4e

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
-199 KB
Binary file not shown.
912 KB
Loading

resources/js/src/components/UpgradeToPro.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
<v-img
3030
max-width="400"
3131
eager
32-
:src="require('@/assets/images/pro/materio-banner.png').default"
32+
:src="require('@/assets/images/pro/materio-free-ts-banner.png').default"
3333
alt="materio-pro-banner"
3434
></v-img>
35-
<v-card-title class="font-weight-semibold"> Materio - Vuetify Admin Template </v-card-title>
35+
<v-card-title class="font-weight-semibold">Materio - Vuejs Laravel Admin Template </v-card-title>
3636
<v-card-text>
3737
Materio Admin is the most developer friendly &amp; highly customisable Admin Dashboard Template based on
3838
Vuetify.

resources/views/application.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width,initial-scale=1.0">
88
<meta name="csrf-token" content="{{ csrf_token() }}">
99

10-
<title>Materio-free</title>
10+
<title>Materio – Free Vuetify Vuejs Laravel Admin Template</title>
1111

1212
<!-- Favicon -->
1313
<link rel="shortcut icon" href="{{ asset('favicon.ico') }}">

0 commit comments

Comments
 (0)