From f6a9f22d3c131bf253d3664870dae9a538a3dde3 Mon Sep 17 00:00:00 2001 From: s-egge Date: Tue, 2 Jan 2024 17:53:08 -0800 Subject: [PATCH] Changed contact info from email to OSU fa contact page --- src/components/extras/contact.vue | 43 ++++++++++++++++++++++-------- src/components/get_started/faq.vue | 4 +-- 2 files changed, 34 insertions(+), 13 deletions(-) diff --git a/src/components/extras/contact.vue b/src/components/extras/contact.vue index 84898a0f..31bd9b42 100644 --- a/src/components/extras/contact.vue +++ b/src/components/extras/contact.vue @@ -6,10 +6,17 @@

- 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 +27,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 +40,6 @@ export default {