ui: drop '12,847 indexed' badge in Ask BB AI; remove rocket.new logo from footer
Two unrelated tidy-ups, bundled: - src/components/AskBBAI.tsx: remove the "12,847 indexed" subtitle next to the Ask BB AI floating-action button (placeholder/mock text from the original mockup; the real index count isn't wired in). - src/components/Footer.tsx: the footer-bottom logo was sourcing an image from img.rocket.new — a third-party CDN unrelated to BB (artifact from the initial rocket.new export). Replace with a plain text wordmark Link to /home-page. No third-party image, same UX. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -75,7 +75,6 @@ export default function AskBBAI() {
|
||||
<span className="bb-ring" />
|
||||
</span>
|
||||
<span className="font-serif">Ask BB AI</span>
|
||||
<span className="font-mono text-[10px] text-zinc-400 hidden md:inline">12,847 indexed</span>
|
||||
</button>
|
||||
)}
|
||||
|
||||
|
||||
@@ -106,14 +106,10 @@ export default function Footer() {
|
||||
{/* Footer Bottom */}
|
||||
{/* DO NOT OVERRIDE — footer bottom bar layout */}
|
||||
<div className="border-t border-[#222] pt-5 pb-3 flex flex-col sm:flex-row items-center justify-between gap-4">
|
||||
<Link href="/home-page">
|
||||
<AppImage
|
||||
src="https://img.rocket.new/generatedImages/rocket_gen_img_171722b35-1771356128623.png"
|
||||
alt="Broadcast Beat — Broadcast Engineering News"
|
||||
width={150}
|
||||
height={20}
|
||||
className="h-5 w-auto object-contain brightness-0 invert opacity-50" />
|
||||
|
||||
<Link
|
||||
href="/home-page"
|
||||
className="font-heading text-[#888] hover:text-[#3b82f6] transition-colors text-sm tracking-wide">
|
||||
Broadcast Beat
|
||||
</Link>
|
||||
|
||||
<div className="flex items-center gap-4">
|
||||
|
||||
Reference in New Issue
Block a user