Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bring back schedule #6174

Merged
merged 4 commits into from
Jun 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/collection/unlockable/UnlockableContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
10 exclusive items.</span
>
</div>
<!-- <UnlockableSchedule /> -->
<UnlockableSchedule />
</div>
<div class="column pt-5 is-flex is-justify-content-center">
<ImageSlider
Expand Down Expand Up @@ -152,7 +152,7 @@ import UnlockableTag from '@/components/collection/unlockable/UnlockableTag.vue'
import CountdownTimer from '@/components/collection/unlockable/CountdownTimer.vue'
import { NeoButton } from '@kodadot1/brick'
import ImageSlider from '@/components/collection/unlockable/ImageSlider.vue'
// import UnlockableSchedule from '@/components/collection/unlockable/UnlockableSchedule.vue'
import UnlockableSchedule from '@/components/collection/unlockable/UnlockableSchedule.vue'
import unloackableBanner from '@/assets/unlockable-introduce.svg'
import { doWaifu, getLatestWaifuImages } from '@/services/waifu'
import { OSlider } from '@oruga-ui/oruga'
Expand Down