color changes and name
This commit is contained in:
@@ -9,7 +9,7 @@ const props = defineProps({
|
||||
<template>
|
||||
<v-app-bar color="white" prominent>
|
||||
<!-- Logo with a link -->
|
||||
<a href="https://peptidewebmd.com" target="_blank" style="margin-left: 10px;width: 100%;">
|
||||
<a href="https://purityselect.com" target="_blank" style="margin-left: 10px;width: 100%;">
|
||||
<VImg :src='logo' max-width="250" height="50" />
|
||||
</a>
|
||||
|
||||
@@ -17,7 +17,7 @@ const props = defineProps({
|
||||
|
||||
<!-- Links on the right -->
|
||||
<v-btn text color="black" href="#">Live Chat</v-btn>
|
||||
<v-btn text color="black" href="https://peptidewebmd.com/contact-us/" target="_blank">Contact Us</v-btn>
|
||||
<v-btn text color="black" href="https://purityselect.com/contact/" target="_blank">Contact Us</v-btn>
|
||||
</v-app-bar>
|
||||
|
||||
</template>
|
Reference in New Issue
Block a user