Skip to content

Commit

Permalink
[U] Pass deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
LS-KR committed Dec 1, 2024
1 parent 1565aa5 commit 5fe74f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Divider height="5px"/>

<GlobalButton/>
<Sakura :count="50" v-if="/*isEaster() && (gaussian() < 0.36)*/true"/>
<Sakura :count="50" v-if="isEaster() && (gaussian() < 0.36)"/>
</template>

<script lang="ts">
Expand Down

0 comments on commit 5fe74f8

Please sign in to comment.