Skip to content

Commit 8117d9e

Browse files
committed
tweak working and classes
1 parent 80be3f1 commit 8117d9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/enquiry-button.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
2-
<div class="tcs-enquiry-button">
3-
<router-link :to="{name: 'enquiry-modal'}" class="tcs-button">
2+
<div class="tcs-enquiry-modal">
3+
<router-link :to="{name: 'enquiry-modal'}" class="tcs-button tcs-enquiry-button">
44
{{ $root.config.enquiry_button }}
55
</router-link>
66
<router-view></router-view>

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const ConfiguredVueRouter = config => {
6565
const STRINGS = {
6666
skills_label: 'Skills',
6767
contractor_enquiry_message: 'Please enter your details below to enquire about tutoring with {contractor_name}.',
68-
enquiry_message: 'Please enter your details below and we will get in touch with you directly.',
68+
enquiry_message: 'Please enter your details below and we will get in touch with you shortly.',
6969
contractor_enquiry_button: 'Contact {contractor_name}',
7070
contractor_details_button: 'Show Profile',
7171
submit_enquiry: 'Submit Enquiry',

0 commit comments

Comments
 (0)