Skip to content

Commit

Permalink
🔥 Hide promo
Browse files Browse the repository at this point in the history
  • Loading branch information
vegeta897 committed Aug 21, 2024
1 parent e87dea5 commit 38c0fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import Footer from '$com/Footer.svelte'
import Header from '$com/Header.svelte'
import { initGameState } from '$src/store'
import Promo from '$com/Promo.svelte'
// import Promo from '$com/Promo.svelte'
const { openScreen, gameMode } = store
Expand Down Expand Up @@ -46,7 +46,7 @@
<section>
<Header />
<Board />
<Promo />
<!-- <Promo /> -->
<Controls />
{#if consoleMode}
{#await import('$com/Console.svelte') then c}
Expand Down

0 comments on commit 38c0fca

Please sign in to comment.