File tree Expand file tree Collapse file tree 1 file changed +17
-32
lines changed
Expand file tree Collapse file tree 1 file changed +17
-32
lines changed Original file line number Diff line number Diff line change 44 <v-container >
55 <v-row >
66 <v-col class =" w-full d-flex" >
7- <v-badge class =" logo-badge mt-5" color =" primary" content =" Beta" >
8- <nuxt-link to =" /" class =" text-decoration-none d-flex" >
9- <v-avatar
10- v-if =" $vuetify.breakpoint.lgAndUp"
11- tile
12- size =" 33"
13- class =" mt-1"
14- >
15- <v-img
16- contain
17- :src =" require('@/assets/img/logo.svg')"
18- ></v-img >
19- </v-avatar >
20- <h3 class =" text-h4 ml-1 text--primary" >httpSMS</h3 >
21- </nuxt-link >
22- </v-badge >
7+ <nuxt-link to =" /" class =" text-decoration-none d-flex" >
8+ <v-avatar
9+ v-if =" $vuetify.breakpoint.lgAndUp"
10+ tile
11+ size =" 33"
12+ class =" mt-1"
13+ >
14+ <v-img contain :src =" require('@/assets/img/logo.svg')" ></v-img >
15+ </v-avatar >
16+ <h3 class =" text-h4 ml-1 text--primary" >httpSMS</h3 >
17+ </nuxt-link >
2318 <v-spacer ></v-spacer >
2419 <v-btn
2520 v-if =" $vuetify.breakpoint.lgAndUp"
7368 <v-container >
7469 <v-row >
7570 <v-col cols =" 12" md =" 3" >
76- <v-badge
77- class =" logo-badge"
78- :class =" { 'logo-badge--mobile': $vuetify.breakpoint.mdAndDown }"
79- color =" primary"
80- content =" Beta"
81- >
82- <nuxt-link to =" /" class =" text-decoration-none d-flex" >
83- <v-avatar tile size =" 33" class =" mt-1" >
84- <v-img
85- contain
86- :src =" require('@/assets/img/logo.svg')"
87- ></v-img >
88- </v-avatar >
89- <h3 class =" text-h4 ml-1 text--primary" >httpSMS</h3 >
90- </nuxt-link >
91- </v-badge >
71+ <nuxt-link to =" /" class =" text-decoration-none d-flex" >
72+ <v-avatar tile size =" 33" class =" mt-1" >
73+ <v-img contain :src =" require('@/assets/img/logo.svg')" ></v-img >
74+ </v-avatar >
75+ <h3 class =" text-h4 ml-1 text--primary" >httpSMS</h3 >
76+ </nuxt-link >
9277 <p class =" subtitle-2 text--secondary" >
9378 Made With <v-icon color =" #cf1112" >{{ mdiHeart }}</v-icon > in
9479 Tallinn
You can’t perform that action at this time.
0 commit comments