Commit d06044c201a8ec3e284bae7bb7d8e148a8b31bf8
1 parent
13fc2e78df
Exists in
master
insight upper logo
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
src/components/SingleMobileScreenInsightOne.vue
... | ... | @@ -219,11 +219,11 @@ |
219 | 219 | </div> |
220 | 220 | <div class="single-left-Insight-comments"> |
221 | 221 | <div class="author-thoughts"> |
222 | - | |
222 | +<!-- | |
223 | 223 | <img |
224 | 224 | src="../assets/images/thoughts-upper.svg" |
225 | 225 | class="upper-th" |
226 | - /> | |
226 | + /> --> | |
227 | 227 | <img |
228 | 228 | :src="currentSlideData.payload.metaData.authorImage" |
229 | 229 | class="dynamic-thoughts" | ... | ... |
src/components/SingleMobileScreenInsightTwo.vue
... | ... | @@ -243,7 +243,7 @@ |
243 | 243 | </div> |
244 | 244 | <div class="single-left-Insight-comments"> |
245 | 245 | <div class="author-thoughts"> |
246 | - <img src="../assets/images/thoughts-upper.svg" class="upper-th" /> | |
246 | + <!-- <img src="../assets/images/thoughts-upper.svg" class="upper-th" /> --> | |
247 | 247 | <img |
248 | 248 | :src="currentSlideData.payload.metaData.authorImage" |
249 | 249 | class="dynamic-thoughts" | ... | ... |