Remove Daydream card (#1657)

This commit is contained in:
Gus Ruben 2025-10-09 17:45:04 -05:00 committed by GitHub
parent 0088e3a557
commit d1437e14e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,6 @@ import Haxidraw from '../components/index/cards/haxidraw'
import Onboard from '../components/index/cards/onboard'
import Blueprint from '../components/index/cards/blueprint'
import Athena from '../components/index/cards/athena'
import Daydream from '../components/index/cards/daydream'
import Highway from '../components/index/cards/highway'
import Shipwrecked from '../components/index/cards/shipwrecked'
/** @jsxImportSource theme-ui */
@ -732,7 +731,6 @@ function Page({
blueprintData={blueprintData}
stars={stars.onboard.stargazerCount}
/>
<Daydream />
<Athena />
<Slack slackKey={slackKey} data={slackData} events={events} />
<Pizza />