Commit 7b1cf58ce7e17672a878ec68a9abc4a48ad01410

Authored by Digvijay Singh
1 parent 4490fe7f65
Exists in admin

insight url

Showing 1 changed file with 19 additions and 4 deletions   Show diff stats
src/components/Insight.vue
... ... @@ -74,10 +74,11 @@
74 74 v-model="userData.tag"
75 75 >
76 76 <option value="null">Select Case Type</option>
77   - <option value="Retake">Retake</option>
78   - <option value="Behind-the-scenes">Behind-the-scenes</option>
79   - <option value="Critique">Critique</option>
80   - <option value="Juxtapose">Juxtapose</option>
  77 + <option value="Design">Design</option>
  78 + <option value="Product">Product</option>
  79 + <option value="Marketing">Marketing</option>
  80 + <option value="Pricing">Pricing</option>
  81 + <option value="Psychology">Psychology</option>
81 82 </select>
82 83 </div>
83 84 </div>
... ... @@ -112,6 +113,20 @@
112 113 </div>
113 114 </div>
114 115  
  116 +
  117 + <div class="col-sm-4 col-md-4 col-lg-4 col-xl-4">
  118 + <div class="form-group floating-label">
  119 + <label for="lname" class="lname">Reading Url</label>
  120 + <input
  121 + type="text"
  122 + class="form-control"
  123 + value=""
  124 + placeholder=" "
  125 + v-model="userData.furtherReading[0]"
  126 + />
  127 + </div>
  128 + </div>
  129 +
115 130  
116 131 </div>
117 132 <!-- 2nd row -->
... ...