Skip to content

Commit

Permalink
Merge pull request #233 from jabardigitalservice/improvement/competit…
Browse files Browse the repository at this point in the history
…ion-update

update: improvemen competition in all pages to announce the results
  • Loading branch information
yoslie authored Jul 12, 2023
2 parents a809f1d + 99c47f2 commit d619369
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 17 deletions.
4 changes: 2 additions & 2 deletions assets/images/HeroBanner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions components/AboutBanner/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Perluas jangkauan, kembangkan kapasitas masyarakat, dan maksimalkan potensi desa.
</p>
<div class="about-banner__info-cta">
<BaseButton class="about-banner__info-cta-btn" label="Daftar Sayembara" @click="onClickCTA" />
<BaseButton class="about-banner__info-cta-btn" label="Cek Pemenang Sayembara" @click="onClickCTA" />
</div>
</div>
<img class="about-banner__image" src="~/assets/images/AboutBanner.png" alt="About Banner">
Expand All @@ -25,7 +25,7 @@ export default {
name: 'ComponentBannerAbout',
data () {
return {
linkCTA: 'https://bit.ly/FormPendaftaranTahap1'
linkCTA: 'https://drive.google.com/file/d/13Dxsg0w2JI__657jUFwktAcgbkaPVNK-/view?usp=drivesdk'
}
},
methods: {
Expand Down
4 changes: 2 additions & 2 deletions components/Competition/Banner/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Jadi bagian dari Desa Digital sebagai desa penerima manfaat ataupun sebagai mitra dari desa.
</p>
<div class="competition-banner__info-cta">
<BaseButton class="competition-banner__info-cta-btn" label="Daftar Sayembara" @click="onClickCTA" />
<BaseButton class="competition-banner__info-cta-btn" label="Cek Pemenang Sayembara" @click="onClickCTA" />
</div>
</div>
<img
Expand All @@ -35,7 +35,7 @@ export default {
name: 'CompetitionBanner',
data () {
return {
linkCTA: 'https://bit.ly/FormPendaftaranTahap1'
linkCTA: 'https://drive.google.com/file/d/13Dxsg0w2JI__657jUFwktAcgbkaPVNK-/view?usp=drivesdk'
}
},
methods: {
Expand Down
4 changes: 2 additions & 2 deletions components/Competition/Join/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</h3>
</div>
<div class="competition-join__action">
<BaseButton label="Daftar Sayembara" @click="onClickJoin" />
<BaseButton label="Cek Pemenang Sayembara" @click="onClickJoin" />
</div>
</div>
</div>
Expand All @@ -23,7 +23,7 @@ export default {
name: 'CompetitionJoin',
data () {
return {
linkCTA: 'https://bit.ly/FormPendaftaranTahap1'
linkCTA: 'https://drive.google.com/file/d/13Dxsg0w2JI__657jUFwktAcgbkaPVNK-/view?usp=drivesdk'
}
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion components/HeroBanner/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default {
id: 0,
title: 'Saatnya semua menikmati manfaat teknologi',
description: 'Bersama-sama, membuat desa lebih banyak kemajuan daripada yang kita bayangkan.',
link: 'https://bit.ly/FormPendaftaranTahap1',
link: 'https://drive.google.com/file/d/13Dxsg0w2JI__657jUFwktAcgbkaPVNK-/view?usp=drivesdk',
is_active: false,
order: 1,
image: {
Expand Down
9 changes: 2 additions & 7 deletions constants/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const competitionFooters = [
{
id: 1,
element: 'competition-banner',
text: 'Gabung Sayembara Desa Digital'
text: 'Cek Pemenang Sayembara'
},
{
id: 2,
Expand All @@ -49,11 +49,6 @@ export const competitionFooters = [
},
{
id: 5,
element: 'competition-join',
text: 'Daftar Sayembara'
},
{
id: 6,
element: 'contact-us',
text: 'Kontak Kami'
}
Expand All @@ -63,7 +58,7 @@ export const aboutFooters = [
{
id: 1,
element: 'about-banner',
text: 'Daftar Sayembara'
text: 'Cek Pemenang Sayembara'
},
{
id: 2,
Expand Down
1 change: 0 additions & 1 deletion pages/sayembara.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<CompetitionAbout />
<CompetitionVillageCriteria />
<CompetitionFlow @onClickFlowDetail="onClickFlowDetail" />
<CompetitionJoin />
<ContactUs />
<JoinDedi :show="modalOpen" @closeModal="closeModal" />
<CompetitionCriteriaMitraDetail :show="modalDetail" @on-close-modal="onCloseModal" />
Expand Down

0 comments on commit d619369

Please sign in to comment.