Skip to content

Commit 57fcf19

Browse files
barckcodeclaude
andcommitted
website: drop SotaCredits import to unblock prod build
The SotaCredits.astro component was kept out of git as part of the deferred packs UI (option B: backend lives, frontend hidden), but a stray import + render in Base.astro made it into the previous commit and broke the Cloudflare build. Removing the dangling reference here restores the intended state — backend credits endpoints and i18n keys stay; the packs section is not rendered. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent c906a66 commit 57fcf19

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/layouts/Base.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import ModelVoting from '../components/landing/ModelVoting.astro';
1010
import Agents from '../components/landing/Agents.astro';
1111
import Founder from '../components/landing/Founder.astro';
1212
import Pricing from '../components/landing/Pricing.astro';
13-
import SotaCredits from '../components/landing/SotaCredits.astro';
1413
import Faq from '../components/landing/Faq.astro';
1514
import Cta from '../components/landing/Cta.astro';
1615
@@ -67,7 +66,6 @@ const siteUrl = 'https://nan.builders';
6766
<Agents locale={locale} />
6867
<Founder locale={locale} />
6968
<Pricing locale={locale} />
70-
<SotaCredits locale={locale} />
7169
<Cta locale={locale} />
7270
<Faq locale={locale} />
7371
</main>

0 commit comments

Comments
 (0)