Commit 558909f 1 parent 3ade81c commit 558909f Copy full SHA for 558909f
File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2
2
<div v-if =" shouldShowSurvey" class =" w-full" >
3
3
<a :href =" link" target =" _blank" rel =" noopener" >
4
4
<img :src =" mobileImage" class =" block lg:hidden" alt =" Survey" />
5
- <img :src =" desktopImage" class =" hidden lg:block" alt =" Survey" />
5
+ <img :src =" desktopImage" class =" hidden lg:block mx-auto " alt =" Survey" />
6
6
</a >
7
7
</div >
8
8
</template >
Original file line number Diff line number Diff line change @@ -90,8 +90,7 @@ import StatsOverview from "~/components/StatsOverview"
90
90
import Survey from " ~/components/Survey"
91
91
import TopStats from " ~/components/TopStats"
92
92
import TrendingNews from " ~/components/TrendingNews"
93
- import surveyImageDesktop from " ~/assets/image/survey_desktop.png"
94
- import surveyImageMobile from " ~/assets/image/survey_mobile.png"
93
+ import covid19AiImage from " ~/assets/image/covid19ai.png"
95
94
96
95
export default {
97
96
components: {
@@ -112,10 +111,10 @@ export default {
112
111
countryStats: [],
113
112
country: {},
114
113
surveyConfig: {
115
- desktopImage: surveyImageDesktop ,
116
- mobileImage: surveyImageMobile ,
117
- link: " https://tinyurl. com/CoronaTrackerSurvey " ,
118
- expiresOn: " 2020-04-01 "
114
+ desktopImage: covid19AiImage ,
115
+ mobileImage: covid19AiImage ,
116
+ link: " https://www.facebook. com/events/641115143102661/ " ,
117
+ expiresOn: " 2020-04-29 "
119
118
},
120
119
sortField: " confirmed" ,
121
120
sortInDescendingOrder: true
You can’t perform that action at this time.
0 commit comments