diff --git a/src/components/extras/contact.vue b/src/components/extras/contact.vue index 84898a0f..bc96f982 100644 --- a/src/components/extras/contact.vue +++ b/src/components/extras/contact.vue @@ -6,10 +6,15 @@

- Please email us at - sustainability@oregonstate.edu - for feedback or questions, or check our - FAQ + + + Contact us here + with your comments and questions. Be sure to select "Sustainability Office" from the Category drop-down + menu. You can also check out our + FAQ + + +

@@ -20,7 +25,11 @@ export default { name: 'contact', props: [], - data () {}, + data () { + return { + contactDemo: 'https://energy-dashboard.s3-us-west-2.amazonaws.com/images/contactImage.png' + } + }, watch: {}, mounted () {}, methods: {} @@ -29,7 +38,6 @@ export default {