remove athena award (#1749)

This commit is contained in:
aqua 2025-12-10 15:10:27 -05:00 committed by GitHub
parent 935ca15cae
commit 4e5bac5d97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,6 @@ import Comma from '../components/comma'
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 Moonshot from '../components/index/cards/moonshot'
import Milkyway from '../components/index/cards/milkyway'
import Aces from '../components/index/cards/aces'
@ -842,7 +841,6 @@ function Page({
blueprintData={blueprintData}
stars={stars.onboard.stargazerCount}
/>
<Athena />
<Slack slackKey={slackKey} data={slackData} events={events} />
<Pizza />
</Box>