diff --git a/src/App.vue b/src/App.vue index 30f5b53..4a70dae 100644 --- a/src/App.vue +++ b/src/App.vue @@ -26,23 +26,18 @@ import Toast from 'primevue/toast' -<<<<<<< HEAD
- - -=======
->>>>>>> dev @@ -51,12 +46,10 @@ import Toast from 'primevue/toast' export default { data() { return { -<<<<<<< HEAD filteredResults: [], selection: "", RAD2DEG: 180/Math.PI, - DEG2RAD: Math.PI/180 -======= + DEG2RAD: Math.PI/180, exs: [ "a building: Russell Sage", "a dept. code: CSCI 1200", @@ -66,7 +59,6 @@ export default { ex: "", suggest: [], selection: "" ->>>>>>> dev } }, inject: ["global"], @@ -271,7 +263,6 @@ header { right: 0; } -<<<<<<< HEAD .bot-right-nav { position: fixed; pointer-events: none; @@ -279,7 +270,6 @@ header { bottom: 0; right: 0; } -======= #mobile-nav { width: 100%; display: flex; @@ -290,5 +280,4 @@ header { z-index: 6; } ->>>>>>> dev