Skip to content

Commit

Permalink
update open date
Browse files Browse the repository at this point in the history
  • Loading branch information
da-in committed Mar 27, 2024
1 parent 837fc4b commit 3637bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img :src="title" alt="황금 찌오를 찾아라 beta" class="my-8"/>
<img :src="illustration" alt="찌오 이미지" class="mb-6"/>
<div v-if="closedRef" class="flex flex-col items-center w-full">
<ZButton color="secondary" :disabled="true">3월 말 오픈 예정</ZButton>
<ZButton color="secondary" :disabled="true">4월 초 오픈 예정</ZButton>
</div>
<div v-else class="flex flex-col items-center w-full">
<ZInput v-model="userStore.nickName"/>
Expand Down

0 comments on commit 3637bcb

Please sign in to comment.