Просмотр исходного кода

:bug: fixing another missed conflicts

tags/0.0.3^2
j 3 лет назад
Родитель
Сommit
04e115b9a9
1 измененных файлов: 3 добавлений и 9 удалений
  1. 3
    9
      frontend/src/components/onboarding/Location.vue

+ 3
- 9
frontend/src/components/onboarding/Location.vue Просмотреть файл

@@ -1,17 +1,11 @@
1 1
 <template lang="pug">
2
-<<<<<<< HEAD
3
-.location
2
+w-card.location.w-flex.column
4 3
     h3 Location
5 4
     p {{ question }}
6 5
     DynamicTagList(:placeholder='"location"' :tags='locations')
7
-    w-button.ma1.grow(@click='handleSubmit') NEXT
8
-=======
9
-w-card.w-flex.column
10
-    h3 Location
11
-    p Where would you like to select your candidates from?
12
-    w-button.next-btn(@click="this.$emit('go-to-step', currentStep + 1)") NEXT
13
->>>>>>> 59a1766 (:sparkles: onboarding styles added all the way to the questionnaire #TODO style questionResponse.vue)
6
+    w-button.next-btn(@click='handleSubmit') NEXT
14 7
 </template>
8
+
15 9
 <script>
16 10
 import DynamicTagList from '../DynamicTagList.vue'
17 11
 export default {

Загрузка…
Отмена
Сохранить