Compare commits
2 Commits
14c1c39fbd
...
f29d604e13
Author | SHA1 | Date | |
---|---|---|---|
|
f29d604e13 | ||
|
dc11f71ecf |
@ -25,7 +25,7 @@ class CalendlyController extends Controller
|
|||||||
{
|
{
|
||||||
$calendly = new Calendly();
|
$calendly = new Calendly();
|
||||||
$calendly->authorize($request->input("code"));
|
$calendly->authorize($request->input("code"));
|
||||||
return redirect("https://webmd-provider.codelfi.com/build/admin/dashboard");
|
return redirect("https://crm.purityselect.com/build/admin/dashboard");
|
||||||
}
|
}
|
||||||
public function getEvent(Request $request)
|
public function getEvent(Request $request)
|
||||||
{
|
{
|
||||||
|
@ -7,7 +7,7 @@ const props = defineProps({
|
|||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<v-app-bar color="white" prominent>
|
<v-app-bar color="white" prominent style="background-color: #022878 !important">
|
||||||
<!-- Logo with a link -->
|
<!-- Logo with a link -->
|
||||||
<a href="https://purityselect.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" />
|
<VImg :src='logo' max-width="250" height="50" />
|
||||||
@ -16,8 +16,8 @@ const props = defineProps({
|
|||||||
<v-spacer></v-spacer>
|
<v-spacer></v-spacer>
|
||||||
|
|
||||||
<!-- Links on the right -->
|
<!-- Links on the right -->
|
||||||
<v-btn text color="black" href="#">Live Chat</v-btn>
|
<v-btn text color="white" href="#">Live Chat</v-btn>
|
||||||
<v-btn text color="black" href="https://purityselect.com/contact/" target="_blank">Contact Us</v-btn>
|
<v-btn text color="white" href="https://purityselect.com/contact/" target="_blank">Contact Us</v-btn>
|
||||||
</v-app-bar>
|
</v-app-bar>
|
||||||
|
|
||||||
</template>
|
</template>
|
Loading…
Reference in New Issue
Block a user