diff --git a/frontend/src/views/Observation.vue b/frontend/src/views/Observation.vue index 994d222..e92d351 100644 --- a/frontend/src/views/Observation.vue +++ b/frontend/src/views/Observation.vue @@ -64,13 +64,9 @@ + - - - - Enter your name(s)! - {{ item }}  - - + + Enter your name(s) one at a time! + {{ item }} 
@@ -135,13 +131,14 @@ title="Enter password to confirm submission" @ok="handleOk" @shown="clearPassword"> - No individual names assigned to this observation. +  No individual names assigned to this observation.
+

 Leaving this page before submitting will delete all entered data.

@@ -163,6 +160,7 @@ import "bootstrap/dist/css/bootstrap.css"; import "bootstrap-vue/dist/bootstrap-vue.css"; import "vue-awesome/icons/tag"; import "vue-awesome/icons/times-circle"; +import "vue-awesome/icons/exclamation-circle"; import { mapState } from "vuex"; import Vue from "vue"; diff --git a/frontend/src/views/StartNew.vue b/frontend/src/views/StartNew.vue index 54a1378..17487ee 100644 --- a/frontend/src/views/StartNew.vue +++ b/frontend/src/views/StartNew.vue @@ -34,7 +34,7 @@ -