Skip to content

Commit

Permalink
test: #1231; splash;
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed May 2, 2023
1 parent be4382a commit 379b2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/_Splash_screen.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script lang="ts">
import { onMount } from 'svelte';
let show: boolean = false;
let show: boolean = true;
/**
* @summary [LIFECYCLE]
Expand Down

0 comments on commit 379b2c0

Please sign in to comment.