From c41d46f28183e869b04c5d1443f3f270008bbec8 Mon Sep 17 00:00:00 2001 From: solderq35 Date: Sun, 12 May 2024 23:57:43 -0700 Subject: [PATCH] fix firefox active tab highlight bug --- src/components/get_started/buildingListTab.vue | 2 +- src/components/get_started/mainDescription.vue | 2 +- src/components/navBar.vue | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/get_started/buildingListTab.vue b/src/components/get_started/buildingListTab.vue index df9698ee..08e75bb4 100644 --- a/src/components/get_started/buildingListTab.vue +++ b/src/components/get_started/buildingListTab.vue @@ -22,7 +22,7 @@ export default { return { buildingPic: 'https://energy-dashboard.s3-us-west-2.amazonaws.com/images/buildingPic.jpg', buildingStep1: - 'When you click on the "Building List" tab, the page will automatically show you all of the buildings in alphabetical order. Scroll through the list to find what you\'re looking for!', + 'When you click on the "Buildings" tab, the page will automatically show you all of the buildings in alphabetical order. Scroll through the list to find what you\'re looking for!', buildingStep2: 'Click on a category to see what buildings are in each category.', buildingStep3: 'You can type out a building name in the search bar. It must be spelled correctly for the building to show up.' diff --git a/src/components/get_started/mainDescription.vue b/src/components/get_started/mainDescription.vue index c2617687..efbe6124 100644 --- a/src/components/get_started/mainDescription.vue +++ b/src/components/get_started/mainDescription.vue @@ -7,7 +7,7 @@ How To Use The "Map" Tab - How To Use The "Building List" Tab + How To Use The "Buildings" Tab diff --git a/src/components/navBar.vue b/src/components/navBar.vue index 97f394aa..38f94b63 100644 --- a/src/components/navBar.vue +++ b/src/components/navBar.vue @@ -6,7 +6,7 @@