diff --git a/src/components/main/buttons.astro b/src/components/main/buttons.astro index fb3f382..5e047c4 100644 --- a/src/components/main/buttons.astro +++ b/src/components/main/buttons.astro @@ -48,7 +48,7 @@ import Moon from '@components/icons/moon.astro' import Sun from '@components/icons/sun.astro' const BOARD_BUTTON_STYLE = - process.env.NODE_ENV === 'development' ? '' : 'hidden' + process.env.NODE_ENV !== 'development' ? '' : 'hidden' ---