You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: replace undefined shadcn CSS vars in TestFlightGate; remove boilerplate SVGs
TestFlightGate used shadcn/ui CSS variables (text-muted-foreground,
bg-background/60, hover:bg-accent) that are not defined in globals.css.
This caused invisible/broken hover states and unstyled text. Replaced with
equivalent standard Tailwind classes that match the rest of the site.
Also remove five unused create-next-app boilerplate files from public/:
file.svg, globe.svg, next.svg, vercel.svg, window.svg — none referenced
anywhere in the codebase.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Please follow <ahref={TWITTER_URL}target="_blank"rel="noreferrer noopener"className="underline underline-offset-4">@provenanceapp</a> on X (Twitter) to stay updated on releases and development. Once followed, click “I followed” below. If you prefer not to follow, you can still proceed.
61
61
</p>
62
62
<divclassName="flex flex-wrap gap-3">
@@ -71,23 +71,23 @@ export default function TestFlightGate() {
0 commit comments