Conversation
|
@samarth-1729 Always add screenshots in the description when you add/improve UI |
|
URL is modified |
|
contact button added in footer |
src/views/AboutUs.vue
Outdated
| counter=true | ||
| v-model="mobileNo" | ||
| :rules="numberRules") | ||
| div.form-row(name="inputSuggestion") |
src/views/AboutUs.vue
Outdated
| max-height: 300px; | ||
| max-width: 400px; | ||
| margin-top: 40px; | ||
| border-radius: 20px; |
src/components/Footer.vue
Outdated
| v-col.py-4.text-center.white--text.font-weight-bold(color="secondary" cols="12") {{ new Date().getFullYear() }} — Devlup Labs | ||
| v-col.my-n5.text-center.font-weight-bold(color="secondary" cols="12") | ||
| v-btn.text-center.white--text.font-weight-bold(text='Primary', | ||
| to='./about', color='white' large |
There was a problem hiding this comment.
don't use relative links
There was a problem hiding this comment.
actually dont use the button it stays active when on the about us page, use plain text as the link
There was a problem hiding this comment.
p.s. no need to add commas
src/components/Footer.vue
Outdated
| v-icon {{link.icon}} | ||
| v-col.py-4.text-center.white--text.font-weight-bold(color="secondary" cols="12") {{ new Date().getFullYear() }} — Devlup Labs | ||
| v-col.my-n5.text-center.font-weight-bold(color="secondary" cols="12") | ||
| v-btn.text-center.white--text.font-weight-bold(text='Primary', |
There was a problem hiding this comment.
what does text=Primary do?
There was a problem hiding this comment.
Without it button is looking completly while
There was a problem hiding this comment.
@samarth-1729 you mean the text prop adds color to the button?
|
@Sandesh1013 I have noticed a few of console errors please
|
| v-icon {{link.icon}} | ||
| v-col.py-4.text-center.white--text.font-weight-bold(color="secondary" cols="12") {{ new Date().getFullYear() }} — Devlup Labs | ||
| v-col.my-n5.text-center.font-weight-bold(color="secondary" cols="12") | ||
| v-btn.text-center.white--text.font-weight-bold(text='Primary' |
There was a problem hiding this comment.
is text='Primary' necessary? what does it do?
| div.col-md-5(class="pt-11 pl-7 pb-0" align="center" justify="center") | ||
| v-img.img-fluid.mt-10(src="../assets/contactUs.png" | ||
| max-height='300' max-width='400' | ||
| v-img.img-fluid.mt-40(src="../assets/contactUs.png" |
There was a problem hiding this comment.
margin does not have sizes more than 16 in vuetify, why 40?



The contact form has been added in the about us page